net.rgielen.com4j.office2010.excel.IDataLabel Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000208B2-0001-0000-C000-000000000046}")
public interface IDataLabel 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 "AutoText"
*
* @return Returns a value of type boolean
*/
@VTID(38)
boolean autoText();
/**
*
* Setter method for the COM property "AutoText"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(39)
void autoText(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormat"
*
* @return Returns a value of type java.lang.String
*/
@VTID(40)
java.lang.String numberFormat();
/**
*
* Setter method for the COM property "NumberFormat"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(41)
void numberFormat(
java.lang.String rhs);
/**
*
* Getter method for the COM property "NumberFormatLinked"
*
* @return Returns a value of type boolean
*/
@VTID(42)
boolean numberFormatLinked();
/**
*
* Setter method for the COM property "NumberFormatLinked"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(43)
void numberFormatLinked(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormatLocal"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(44)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object numberFormatLocal();
/**
*
* Setter method for the COM property "NumberFormatLocal"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(45)
void numberFormatLocal(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "ShowLegendKey"
*
* @return Returns a value of type boolean
*/
@VTID(46)
boolean showLegendKey();
/**
*
* Setter method for the COM property "ShowLegendKey"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(47)
void showLegendKey(
boolean rhs);
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(48)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(49)
void type(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Position"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlDataLabelPosition
*/
@VTID(50)
net.rgielen.com4j.office2010.excel.XlDataLabelPosition position();
/**
*
* Setter method for the COM property "Position"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDataLabelPosition parameter.
*/
@VTID(51)
void position(
net.rgielen.com4j.office2010.excel.XlDataLabelPosition rhs);
/**
*
* Getter method for the COM property "ShowSeriesName"
*
* @return Returns a value of type boolean
*/
@VTID(52)
boolean showSeriesName();
/**
*
* Setter method for the COM property "ShowSeriesName"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(53)
void showSeriesName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowCategoryName"
*
* @return Returns a value of type boolean
*/
@VTID(54)
boolean showCategoryName();
/**
*
* Setter method for the COM property "ShowCategoryName"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(55)
void showCategoryName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowValue"
*
* @return Returns a value of type boolean
*/
@VTID(56)
boolean showValue();
/**
*
* Setter method for the COM property "ShowValue"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(57)
void showValue(
boolean rhs);
/**
*
* Getter method for the COM property "ShowPercentage"
*
* @return Returns a value of type boolean
*/
@VTID(58)
boolean showPercentage();
/**
*
* Setter method for the COM property "ShowPercentage"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(59)
void showPercentage(
boolean rhs);
/**
*
* Getter method for the COM property "ShowBubbleSize"
*
* @return Returns a value of type boolean
*/
@VTID(60)
boolean showBubbleSize();
/**
*
* Setter method for the COM property "ShowBubbleSize"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(61)
void showBubbleSize(
boolean rhs);
/**
*
* Getter method for the COM property "Separator"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(62)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object separator();
/**
*
* Setter method for the COM property "Separator"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(63)
void separator(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat
*/
@VTID(64)
net.rgielen.com4j.office2010.excel.ChartFormat format();
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type double
*/
@VTID(65)
double height();
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type double
*/
@VTID(66)
double width();
/**
*
* Getter method for the COM property "Formula"
*
* @return Returns a value of type java.lang.String
*/
@VTID(67)
java.lang.String formula();
/**
*
* Setter method for the COM property "Formula"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(68)
void formula(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1"
*
* @return Returns a value of type java.lang.String
*/
@VTID(69)
java.lang.String formulaR1C1();
/**
*
* Setter method for the COM property "FormulaR1C1"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(70)
void formulaR1C1(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaLocal"
*
* @return Returns a value of type java.lang.String
*/
@VTID(71)
java.lang.String formulaLocal();
/**
*
* Setter method for the COM property "FormulaLocal"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(72)
void formulaLocal(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1Local"
*
* @return Returns a value of type java.lang.String
*/
@VTID(73)
java.lang.String formulaR1C1Local();
/**
*
* Setter method for the COM property "FormulaR1C1Local"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(74)
void formulaR1C1Local(
java.lang.String rhs);
// Properties:
}