net.rgielen.com4j.office2010.excel.ITickLabels Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000208C9-0001-0000-C000-000000000046}")
public interface ITickLabels extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@VTID(7)
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator
*/
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(10)
@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.excel.Font
*/
@VTID(11)
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(12)
java.lang.String name();
/**
*
* Getter method for the COM property "NumberFormat"
*
* @return Returns a value of type java.lang.String
*/
@VTID(13)
java.lang.String numberFormat();
/**
*
* Setter method for the COM property "NumberFormat"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(14)
void numberFormat(
java.lang.String rhs);
/**
*
* Getter method for the COM property "NumberFormatLinked"
*
* @return Returns a value of type boolean
*/
@VTID(15)
boolean numberFormatLinked();
/**
*
* Setter method for the COM property "NumberFormatLinked"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(16)
void numberFormatLinked(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormatLocal"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(17)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object numberFormatLocal();
/**
*
* Setter method for the COM property "NumberFormatLocal"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(18)
void numberFormatLocal(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Orientation"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlTickLabelOrientation
*/
@VTID(19)
net.rgielen.com4j.office2010.excel.XlTickLabelOrientation orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTickLabelOrientation parameter.
*/
@VTID(20)
void orientation(
net.rgielen.com4j.office2010.excel.XlTickLabelOrientation rhs);
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(21)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object select();
/**
*
* Getter method for the COM property "ReadingOrder"
*
* @return Returns a value of type int
*/
@VTID(22)
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param rhs Mandatory int parameter.
*/
@VTID(23)
void readingOrder(
int rhs);
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(24)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(25)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Depth"
*
* @return Returns a value of type int
*/
@VTID(26)
int depth();
/**
*
* Getter method for the COM property "Offset"
*
* @return Returns a value of type int
*/
@VTID(27)
int offset();
/**
*
* Setter method for the COM property "Offset"
*
* @param rhs Mandatory int parameter.
*/
@VTID(28)
void offset(
int rhs);
/**
*
* Getter method for the COM property "Alignment"
*
* @return Returns a value of type int
*/
@VTID(29)
int alignment();
/**
*
* Setter method for the COM property "Alignment"
*
* @param rhs Mandatory int parameter.
*/
@VTID(30)
void alignment(
int rhs);
/**
*
* Getter method for the COM property "MultiLevel"
*
* @return Returns a value of type boolean
*/
@VTID(31)
boolean multiLevel();
/**
*
* Setter method for the COM property "MultiLevel"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(32)
void multiLevel(
boolean rhs);
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat
*/
@VTID(33)
net.rgielen.com4j.office2010.excel.ChartFormat format();
// Properties:
}