net.rgielen.com4j.office2010.office.IMsoDataLabel Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C1720-0000-0000-C000-000000000046}")
public interface IMsoDataLabel extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(7)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(8)
java.lang.String name();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(9)
@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.office.IMsoBorder
*/
@VTID(10)
net.rgielen.com4j.office2010.office.IMsoBorder border();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(11)
@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.office.IMsoInterior
*/
@VTID(12)
net.rgielen.com4j.office2010.office.IMsoInterior interior();
/**
*
* Getter method for the COM property "Fill"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartFillFormat
*/
@VTID(13)
net.rgielen.com4j.office2010.office.ChartFillFormat fill();
/**
*
* Getter method for the COM property "Caption"
*
* @return Returns a value of type java.lang.String
*/
@VTID(14)
java.lang.String caption();
/**
*
* Setter method for the COM property "Caption"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(15)
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.office.IMsoCharacters
*/
@VTID(16)
net.rgielen.com4j.office2010.office.IMsoCharacters 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.office.ChartFont
*/
@VTID(17)
net.rgielen.com4j.office2010.office.ChartFont font();
/**
*
* Getter method for the COM property "HorizontalAlignment"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(18)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object horizontalAlignment();
/**
*
* Setter method for the COM property "HorizontalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(19)
void horizontalAlignment(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Left"
*
* @return Returns a value of type double
*/
@VTID(20)
double left();
/**
*
* Setter method for the COM property "Left"
*
* @param rhs Mandatory double parameter.
*/
@VTID(21)
void left(
double rhs);
/**
*
* Getter method for the COM property "Orientation"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(22)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(23)
void orientation(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Shadow"
*
* @return Returns a value of type boolean
*/
@VTID(24)
boolean shadow();
/**
*
* Setter method for the COM property "Shadow"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(25)
void shadow(
boolean rhs);
/**
*
* Getter method for the COM property "Text"
*
* @return Returns a value of type java.lang.String
*/
@VTID(26)
java.lang.String text();
/**
*
* Setter method for the COM property "Text"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(27)
void text(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Top"
*
* @return Returns a value of type double
*/
@VTID(28)
double top();
/**
*
* Setter method for the COM property "Top"
*
* @param rhs Mandatory double parameter.
*/
@VTID(29)
void top(
double rhs);
/**
*
* Getter method for the COM property "VerticalAlignment"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(30)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object verticalAlignment();
/**
*
* Setter method for the COM property "VerticalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(31)
void verticalAlignment(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "ReadingOrder"
*
* @return Returns a value of type int
*/
@VTID(32)
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param rhs Mandatory int parameter.
*/
@VTID(33)
void readingOrder(
int rhs);
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(34)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(35)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "AutoText"
*
* @return Returns a value of type boolean
*/
@VTID(36)
boolean autoText();
/**
*
* Setter method for the COM property "AutoText"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(37)
void autoText(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormat"
*
* @return Returns a value of type java.lang.String
*/
@VTID(38)
java.lang.String numberFormat();
/**
*
* Setter method for the COM property "NumberFormat"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(39)
void numberFormat(
java.lang.String rhs);
/**
*
* Getter method for the COM property "NumberFormatLinked"
*
* @return Returns a value of type boolean
*/
@VTID(40)
boolean numberFormatLinked();
/**
*
* Setter method for the COM property "NumberFormatLinked"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(41)
void numberFormatLinked(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormatLocal"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(42)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object numberFormatLocal();
/**
*
* Setter method for the COM property "NumberFormatLocal"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(43)
void numberFormatLocal(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "ShowLegendKey"
*
* @return Returns a value of type boolean
*/
@VTID(44)
boolean showLegendKey();
/**
*
* Setter method for the COM property "ShowLegendKey"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(45)
void showLegendKey(
boolean rhs);
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(46)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(47)
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.office.XlDataLabelPosition
*/
@VTID(48)
net.rgielen.com4j.office2010.office.XlDataLabelPosition position();
/**
*
* Setter method for the COM property "Position"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlDataLabelPosition parameter.
*/
@VTID(49)
void position(
net.rgielen.com4j.office2010.office.XlDataLabelPosition rhs);
/**
*
* Getter method for the COM property "ShowSeriesName"
*
* @return Returns a value of type boolean
*/
@VTID(50)
boolean showSeriesName();
/**
*
* Setter method for the COM property "ShowSeriesName"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(51)
void showSeriesName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowCategoryName"
*
* @return Returns a value of type boolean
*/
@VTID(52)
boolean showCategoryName();
/**
*
* Setter method for the COM property "ShowCategoryName"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(53)
void showCategoryName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowValue"
*
* @return Returns a value of type boolean
*/
@VTID(54)
boolean showValue();
/**
*
* Setter method for the COM property "ShowValue"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(55)
void showValue(
boolean rhs);
/**
*
* Getter method for the COM property "ShowPercentage"
*
* @return Returns a value of type boolean
*/
@VTID(56)
boolean showPercentage();
/**
*
* Setter method for the COM property "ShowPercentage"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(57)
void showPercentage(
boolean rhs);
/**
*
* Getter method for the COM property "ShowBubbleSize"
*
* @return Returns a value of type boolean
*/
@VTID(58)
boolean showBubbleSize();
/**
*
* Setter method for the COM property "ShowBubbleSize"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(59)
void showBubbleSize(
boolean rhs);
/**
*
* Getter method for the COM property "Separator"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(60)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object separator();
/**
*
* Setter method for the COM property "Separator"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(61)
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.office.IMsoChartFormat
*/
@VTID(62)
net.rgielen.com4j.office2010.office.IMsoChartFormat format();
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type double
*/
@VTID(63)
double height();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(64)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@VTID(65)
int creator();
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type double
*/
@VTID(66)
double width();
/**
*
* Setter method for the COM property "Formula"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@VTID(67)
void formula(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "Formula"
*
* @return Returns a value of type java.lang.String
*/
@VTID(68)
java.lang.String formula();
/**
*
* Setter method for the COM property "FormulaR1C1"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@VTID(69)
void formulaR1C1(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "FormulaR1C1"
*
* @return Returns a value of type java.lang.String
*/
@VTID(70)
java.lang.String formulaR1C1();
/**
*
* Setter method for the COM property "FormulaLocal"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@VTID(71)
void formulaLocal(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "FormulaLocal"
*
* @return Returns a value of type java.lang.String
*/
@VTID(72)
java.lang.String formulaLocal();
/**
*
* Setter method for the COM property "FormulaR1C1Local"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@VTID(73)
void formulaR1C1Local(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "FormulaR1C1Local"
*
* @return Returns a value of type java.lang.String
*/
@VTID(74)
java.lang.String formulaR1C1Local();
// Properties:
}