net.rgielen.com4j.office2010.office.IMsoDataLabels Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C171F-0000-0000-C000-000000000046}")
public interface IMsoDataLabels extends Com4jObject,Iterable {
// 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 "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(14)
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(15)
net.rgielen.com4j.office2010.office.ChartFont font();
/**
*
* Getter method for the COM property "HorizontalAlignment"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(16)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object horizontalAlignment();
/**
*
* Setter method for the COM property "HorizontalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(17)
void horizontalAlignment(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Orientation"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(18)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(19)
void orientation(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Shadow"
*
* @return Returns a value of type boolean
*/
@VTID(20)
boolean shadow();
/**
*
* Setter method for the COM property "Shadow"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(21)
void shadow(
boolean rhs);
/**
*
* Getter method for the COM property "VerticalAlignment"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(22)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object verticalAlignment();
/**
*
* Setter method for the COM property "VerticalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(23)
void verticalAlignment(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "ReadingOrder"
*
* @return Returns a value of type int
*/
@VTID(24)
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param rhs Mandatory int parameter.
*/
@VTID(25)
void readingOrder(
int rhs);
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(26)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(27)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "AutoText"
*
* @return Returns a value of type boolean
*/
@VTID(28)
boolean autoText();
/**
*
* Setter method for the COM property "AutoText"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(29)
void autoText(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormat"
*
* @return Returns a value of type java.lang.String
*/
@VTID(30)
java.lang.String numberFormat();
/**
*
* Setter method for the COM property "NumberFormat"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(31)
void numberFormat(
java.lang.String rhs);
/**
*
* Getter method for the COM property "NumberFormatLinked"
*
* @return Returns a value of type boolean
*/
@VTID(32)
boolean numberFormatLinked();
/**
*
* Setter method for the COM property "NumberFormatLinked"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(33)
void numberFormatLinked(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormatLocal"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(34)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object numberFormatLocal();
/**
*
* Setter method for the COM property "NumberFormatLocal"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(35)
void numberFormatLocal(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "ShowLegendKey"
*
* @return Returns a value of type boolean
*/
@VTID(36)
boolean showLegendKey();
/**
*
* Setter method for the COM property "ShowLegendKey"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(37)
void showLegendKey(
boolean rhs);
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(38)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(39)
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(40)
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(41)
void position(
net.rgielen.com4j.office2010.office.XlDataLabelPosition rhs);
/**
*
* Getter method for the COM property "ShowSeriesName"
*
* @return Returns a value of type boolean
*/
@VTID(42)
boolean showSeriesName();
/**
*
* Setter method for the COM property "ShowSeriesName"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(43)
void showSeriesName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowCategoryName"
*
* @return Returns a value of type boolean
*/
@VTID(44)
boolean showCategoryName();
/**
*
* Setter method for the COM property "ShowCategoryName"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(45)
void showCategoryName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowValue"
*
* @return Returns a value of type boolean
*/
@VTID(46)
boolean showValue();
/**
*
* Setter method for the COM property "ShowValue"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(47)
void showValue(
boolean rhs);
/**
*
* Getter method for the COM property "ShowPercentage"
*
* @return Returns a value of type boolean
*/
@VTID(48)
boolean showPercentage();
/**
*
* Setter method for the COM property "ShowPercentage"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(49)
void showPercentage(
boolean rhs);
/**
*
* Getter method for the COM property "ShowBubbleSize"
*
* @return Returns a value of type boolean
*/
@VTID(50)
boolean showBubbleSize();
/**
*
* Setter method for the COM property "ShowBubbleSize"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(51)
void showBubbleSize(
boolean rhs);
/**
*
* Getter method for the COM property "Separator"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(52)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object separator();
/**
*
* Setter method for the COM property "Separator"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(53)
void separator(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@VTID(54)
int count();
/**
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoDataLabel
*/
@VTID(55)
net.rgielen.com4j.office2010.office.IMsoDataLabel item(
@MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
*/
@VTID(56)
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChartFormat
*/
@VTID(57)
net.rgielen.com4j.office2010.office.IMsoChartFormat format();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(58)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@VTID(59)
int creator();
/**
*
* Getter method for the COM property "_Default"
*
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoDataLabel
*/
@VTID(60)
@DefaultMethod
net.rgielen.com4j.office2010.office.IMsoDataLabel _Default(
@MarshalAs(NativeType.VARIANT) java.lang.Object index);
// Properties:
}