net.rgielen.com4j.office2010.excel.DataTable Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface DataTable extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "ShowLegendKey"
*
*/
@DISPID(171)
@PropGet
boolean showLegendKey();
/**
*
* Setter method for the COM property "ShowLegendKey"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(171)
@PropPut
void showLegendKey(
boolean rhs);
/**
*
* Getter method for the COM property "HasBorderHorizontal"
*
*/
@DISPID(1671)
@PropGet
boolean hasBorderHorizontal();
/**
*
* Setter method for the COM property "HasBorderHorizontal"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1671)
@PropPut
void hasBorderHorizontal(
boolean rhs);
/**
*
* Getter method for the COM property "HasBorderVertical"
*
*/
@DISPID(1672)
@PropGet
boolean hasBorderVertical();
/**
*
* Setter method for the COM property "HasBorderVertical"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1672)
@PropPut
void hasBorderVertical(
boolean rhs);
/**
*
* Getter method for the COM property "HasBorderOutline"
*
*/
@DISPID(1673)
@PropGet
boolean hasBorderOutline();
/**
*
* Setter method for the COM property "HasBorderOutline"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1673)
@PropPut
void hasBorderOutline(
boolean rhs);
/**
*
* Getter method for the COM property "Border"
*
*/
@DISPID(128)
@PropGet
net.rgielen.com4j.office2010.excel.Border border();
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*/
@DISPID(235)
void select();
/**
*/
@DISPID(117)
void delete();
/**
*
* Getter method for the COM property "AutoScaleFont"
*
*/
@DISPID(1525)
@PropGet
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1525)
@PropPut
void autoScaleFont(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Format"
*
*/
@DISPID(116)
@PropGet
net.rgielen.com4j.office2010.excel.ChartFormat format();
// Properties:
}