
net.rgielen.com4j.office2010.word.DataTable Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{DCE9F2C4-4C02-43BA-840E-B4276550EF79}")
public interface DataTable extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "ShowLegendKey"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
boolean showLegendKey();
/**
*
* Setter method for the COM property "ShowLegendKey"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(8)
void showLegendKey(
boolean prop);
/**
*
* Getter method for the COM property "HasBorderHorizontal"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
boolean hasBorderHorizontal();
/**
*
* Setter method for the COM property "HasBorderHorizontal"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(10)
void hasBorderHorizontal(
boolean prop);
/**
*
* Getter method for the COM property "HasBorderVertical"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(11)
boolean hasBorderVertical();
/**
*
* Setter method for the COM property "HasBorderVertical"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(12)
void hasBorderVertical(
boolean prop);
/**
*
* Getter method for the COM property "HasBorderOutline"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(13)
boolean hasBorderOutline();
/**
*
* Setter method for the COM property "HasBorderOutline"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(14)
void hasBorderOutline(
boolean prop);
/**
*
* Getter method for the COM property "Border"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.ChartBorder
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.word.ChartBorder border();
/**
*
* Getter method for the COM property "Font"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.ChartFont
*/
@DISPID(1610743817) //= 0x60020009. The runtime will prefer the VTID if present
@VTID(16)
net.rgielen.com4j.office2010.word.ChartFont font();
/**
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(17)
void select();
/**
*/
@DISPID(1610743819) //= 0x6002000b. The runtime will prefer the VTID if present
@VTID(18)
void delete();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present
@VTID(19)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present
@VTID(20)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param prop Mandatory java.lang.Object parameter.
*/
@DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present
@VTID(21)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object prop);
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.ChartFormat
*/
@DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present
@VTID(22)
net.rgielen.com4j.office2010.word.ChartFormat format();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@VTID(23)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(24)
int creator();
// Properties:
}