net.rgielen.com4j.office2010.office.IMsoTickLabels Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C1726-0000-0000-C000-000000000046}")
public interface IMsoTickLabels extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present
@VTID(8)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object delete();
/**
*
* Getter method for the COM property "Font"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartFont
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
net.rgielen.com4j.office2010.office.ChartFont font();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String name();
/**
*
* Getter method for the COM property "NumberFormat"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(11)
java.lang.String numberFormat();
/**
*
* Setter method for the COM property "NumberFormat"
*
* @param pval Mandatory java.lang.String parameter.
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(12)
void numberFormat(
java.lang.String pval);
/**
*
* Getter method for the COM property "NumberFormatLinked"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(13)
boolean numberFormatLinked();
/**
*
* Setter method for the COM property "NumberFormatLinked"
*
* @param pval Mandatory boolean parameter.
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(14)
void numberFormatLinked(
boolean pval);
/**
*
* Getter method for the COM property "NumberFormatLocal"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(15)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object numberFormatLocal();
/**
*
* Setter method for the COM property "NumberFormatLocal"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(16)
void numberFormatLocal(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Orientation"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTickLabelOrientation
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(17)
net.rgielen.com4j.office2010.office.XlTickLabelOrientation orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTickLabelOrientation parameter.
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(18)
void orientation(
net.rgielen.com4j.office2010.office.XlTickLabelOrientation pval);
/**
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present
@VTID(19)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object select();
/**
*
* Getter method for the COM property "ReadingOrder"
*
* @return Returns a value of type int
*/
@DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present
@VTID(20)
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param pval Mandatory int parameter.
*/
@DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present
@VTID(21)
void readingOrder(
int pval);
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present
@VTID(22)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present
@VTID(23)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Depth"
*
* @return Returns a value of type int
*/
@DISPID(1610743825) //= 0x60020011. The runtime will prefer the VTID if present
@VTID(24)
int depth();
/**
*
* Getter method for the COM property "Offset"
*
* @return Returns a value of type int
*/
@DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present
@VTID(25)
int offset();
/**
*
* Setter method for the COM property "Offset"
*
* @param pval Mandatory int parameter.
*/
@DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present
@VTID(26)
void offset(
int pval);
/**
*
* Getter method for the COM property "Alignment"
*
* @return Returns a value of type int
*/
@DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present
@VTID(27)
int alignment();
/**
*
* Setter method for the COM property "Alignment"
*
* @param pval Mandatory int parameter.
*/
@DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present
@VTID(28)
void alignment(
int pval);
/**
*
* Getter method for the COM property "MultiLevel"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present
@VTID(29)
boolean multiLevel();
/**
*
* Setter method for the COM property "MultiLevel"
*
* @param pval Mandatory boolean parameter.
*/
@DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present
@VTID(30)
void multiLevel(
boolean pval);
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChartFormat
*/
@DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present
@VTID(31)
net.rgielen.com4j.office2010.office.IMsoChartFormat 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(32)
@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(33)
int creator();
// Properties:
}