net.rgielen.com4j.office2010.excel.IAxisTitle Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{0002084A-0001-0000-C000-000000000046}")
public interface IAxisTitle 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();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(10)
java.lang.String name();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(11)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object select();
/**
*
* Getter method for the COM property "Border"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border
*/
@VTID(12)
net.rgielen.com4j.office2010.excel.Border border();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(13)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object delete();
/**
*
* Getter method for the COM property "Interior"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior
*/
@VTID(14)
net.rgielen.com4j.office2010.excel.Interior interior();
/**
*
* Getter method for the COM property "Fill"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFillFormat
*/
@VTID(15)
net.rgielen.com4j.office2010.excel.ChartFillFormat fill();
/**
*
* Getter method for the COM property "Caption"
*
* @return Returns a value of type java.lang.String
*/
@VTID(16)
java.lang.String caption();
/**
*
* Setter method for the COM property "Caption"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(17)
void caption(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Characters"
*
* @param start Optional parameter. Default value is com4j.Variant.getMissing()
* @param length Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Characters
*/
@VTID(18)
net.rgielen.com4j.office2010.excel.Characters characters(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length);
/**
*
* Getter method for the COM property "Font"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font
*/
@VTID(19)
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* Getter method for the COM property "HorizontalAlignment"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(20)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object horizontalAlignment();
/**
*
* Setter method for the COM property "HorizontalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(21)
void horizontalAlignment(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Left"
*
* @return Returns a value of type double
*/
@VTID(22)
double left();
/**
*
* Setter method for the COM property "Left"
*
* @param rhs Mandatory double parameter.
*/
@VTID(23)
void left(
double rhs);
/**
*
* Getter method for the COM property "Orientation"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(24)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(25)
void orientation(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Shadow"
*
* @return Returns a value of type boolean
*/
@VTID(26)
boolean shadow();
/**
*
* Setter method for the COM property "Shadow"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(27)
void shadow(
boolean rhs);
/**
*
* Getter method for the COM property "Text"
*
* @return Returns a value of type java.lang.String
*/
@VTID(28)
java.lang.String text();
/**
*
* Setter method for the COM property "Text"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(29)
void text(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Top"
*
* @return Returns a value of type double
*/
@VTID(30)
double top();
/**
*
* Setter method for the COM property "Top"
*
* @param rhs Mandatory double parameter.
*/
@VTID(31)
void top(
double rhs);
/**
*
* Getter method for the COM property "VerticalAlignment"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(32)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object verticalAlignment();
/**
*
* Setter method for the COM property "VerticalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(33)
void verticalAlignment(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "ReadingOrder"
*
* @return Returns a value of type int
*/
@VTID(34)
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param rhs Mandatory int parameter.
*/
@VTID(35)
void readingOrder(
int rhs);
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(36)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(37)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "IncludeInLayout"
*
* @return Returns a value of type boolean
*/
@VTID(38)
boolean includeInLayout();
/**
*
* Setter method for the COM property "IncludeInLayout"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(39)
void includeInLayout(
boolean rhs);
/**
*
* Getter method for the COM property "Position"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlChartElementPosition
*/
@VTID(40)
net.rgielen.com4j.office2010.excel.XlChartElementPosition position();
/**
*
* Setter method for the COM property "Position"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartElementPosition parameter.
*/
@VTID(41)
void position(
net.rgielen.com4j.office2010.excel.XlChartElementPosition rhs);
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat
*/
@VTID(42)
net.rgielen.com4j.office2010.excel.ChartFormat format();
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type double
*/
@VTID(43)
double height();
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type double
*/
@VTID(44)
double width();
/**
*
* Getter method for the COM property "Formula"
*
* @return Returns a value of type java.lang.String
*/
@VTID(45)
java.lang.String formula();
/**
*
* Setter method for the COM property "Formula"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(46)
void formula(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1"
*
* @return Returns a value of type java.lang.String
*/
@VTID(47)
java.lang.String formulaR1C1();
/**
*
* Setter method for the COM property "FormulaR1C1"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(48)
void formulaR1C1(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaLocal"
*
* @return Returns a value of type java.lang.String
*/
@VTID(49)
java.lang.String formulaLocal();
/**
*
* Setter method for the COM property "FormulaLocal"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(50)
void formulaLocal(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1Local"
*
* @return Returns a value of type java.lang.String
*/
@VTID(51)
java.lang.String formulaR1C1Local();
/**
*
* Setter method for the COM property "FormulaR1C1Local"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(52)
void formulaR1C1Local(
java.lang.String rhs);
// Properties:
}