net.rgielen.com4j.office2010.excel.DataLabel Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface DataLabel extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*/
@DISPID(235)
java.lang.Object select();
/**
*
* Getter method for the COM property "Border"
*
*/
@DISPID(128)
@PropGet
net.rgielen.com4j.office2010.excel.Border border();
/**
*/
@DISPID(117)
java.lang.Object delete();
/**
*
* Getter method for the COM property "Interior"
*
*/
@DISPID(129)
@PropGet
net.rgielen.com4j.office2010.excel.Interior interior();
/**
*
* Getter method for the COM property "Fill"
*
*/
@DISPID(1663)
@PropGet
net.rgielen.com4j.office2010.excel.ChartFillFormat fill();
/**
*
* Getter method for the COM property "Caption"
*
*/
@DISPID(139)
@PropGet
java.lang.String caption();
/**
*
* Setter method for the COM property "Caption"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(139)
@PropPut
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()
*/
@DISPID(603)
@PropGet
net.rgielen.com4j.office2010.excel.Characters characters(
@Optional java.lang.Object start,
@Optional java.lang.Object length);
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* Getter method for the COM property "HorizontalAlignment"
*
*/
@DISPID(136)
@PropGet
java.lang.Object horizontalAlignment();
/**
*
* Setter method for the COM property "HorizontalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(136)
@PropPut
void horizontalAlignment(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Left"
*
*/
@DISPID(127)
@PropGet
double left();
/**
*
* Setter method for the COM property "Left"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(127)
@PropPut
void left(
double rhs);
/**
*
* Getter method for the COM property "Orientation"
*
*/
@DISPID(134)
@PropGet
java.lang.Object orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(134)
@PropPut
void orientation(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Shadow"
*
*/
@DISPID(103)
@PropGet
boolean shadow();
/**
*
* Setter method for the COM property "Shadow"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(103)
@PropPut
void shadow(
boolean rhs);
/**
*
* Getter method for the COM property "Text"
*
*/
@DISPID(138)
@PropGet
java.lang.String text();
/**
*
* Setter method for the COM property "Text"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(138)
@PropPut
void text(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Top"
*
*/
@DISPID(126)
@PropGet
double top();
/**
*
* Setter method for the COM property "Top"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(126)
@PropPut
void top(
double rhs);
/**
*
* Getter method for the COM property "VerticalAlignment"
*
*/
@DISPID(137)
@PropGet
java.lang.Object verticalAlignment();
/**
*
* Setter method for the COM property "VerticalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(137)
@PropPut
void verticalAlignment(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "ReadingOrder"
*
*/
@DISPID(975)
@PropGet
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(975)
@PropPut
void readingOrder(
int rhs);
/**
*
* Getter method for the COM property "AutoScaleFont"
*
*/
@DISPID(1525)
@PropGet
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1525)
@PropPut
void autoScaleFont(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "AutoText"
*
*/
@DISPID(135)
@PropGet
boolean autoText();
/**
*
* Setter method for the COM property "AutoText"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(135)
@PropPut
void autoText(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormat"
*
*/
@DISPID(193)
@PropGet
java.lang.String numberFormat();
/**
*
* Setter method for the COM property "NumberFormat"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(193)
@PropPut
void numberFormat(
java.lang.String rhs);
/**
*
* Getter method for the COM property "NumberFormatLinked"
*
*/
@DISPID(194)
@PropGet
boolean numberFormatLinked();
/**
*
* Setter method for the COM property "NumberFormatLinked"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(194)
@PropPut
void numberFormatLinked(
boolean rhs);
/**
*
* Getter method for the COM property "NumberFormatLocal"
*
*/
@DISPID(1097)
@PropGet
java.lang.Object numberFormatLocal();
/**
*
* Setter method for the COM property "NumberFormatLocal"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1097)
@PropPut
void numberFormatLocal(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "ShowLegendKey"
*
*/
@DISPID(171)
@PropGet
boolean showLegendKey();
/**
*
* Setter method for the COM property "ShowLegendKey"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(171)
@PropPut
void showLegendKey(
boolean rhs);
/**
*
* Getter method for the COM property "Type"
*
*/
@DISPID(108)
@PropGet
java.lang.Object type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(108)
@PropPut
void type(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Position"
*
*/
@DISPID(133)
@PropGet
net.rgielen.com4j.office2010.excel.XlDataLabelPosition position();
/**
*
* Setter method for the COM property "Position"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDataLabelPosition parameter.
*/
@DISPID(133)
@PropPut
void position(
net.rgielen.com4j.office2010.excel.XlDataLabelPosition rhs);
/**
*
* Getter method for the COM property "ShowSeriesName"
*
*/
@DISPID(2022)
@PropGet
boolean showSeriesName();
/**
*
* Setter method for the COM property "ShowSeriesName"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2022)
@PropPut
void showSeriesName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowCategoryName"
*
*/
@DISPID(2023)
@PropGet
boolean showCategoryName();
/**
*
* Setter method for the COM property "ShowCategoryName"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2023)
@PropPut
void showCategoryName(
boolean rhs);
/**
*
* Getter method for the COM property "ShowValue"
*
*/
@DISPID(2024)
@PropGet
boolean showValue();
/**
*
* Setter method for the COM property "ShowValue"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2024)
@PropPut
void showValue(
boolean rhs);
/**
*
* Getter method for the COM property "ShowPercentage"
*
*/
@DISPID(2025)
@PropGet
boolean showPercentage();
/**
*
* Setter method for the COM property "ShowPercentage"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2025)
@PropPut
void showPercentage(
boolean rhs);
/**
*
* Getter method for the COM property "ShowBubbleSize"
*
*/
@DISPID(2026)
@PropGet
boolean showBubbleSize();
/**
*
* Setter method for the COM property "ShowBubbleSize"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2026)
@PropPut
void showBubbleSize(
boolean rhs);
/**
*
* Getter method for the COM property "Separator"
*
*/
@DISPID(2027)
@PropGet
java.lang.Object separator();
/**
*
* Setter method for the COM property "Separator"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(2027)
@PropPut
void separator(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Format"
*
*/
@DISPID(116)
@PropGet
net.rgielen.com4j.office2010.excel.ChartFormat format();
/**
*
* Getter method for the COM property "Height"
*
*/
@DISPID(123)
@PropGet
double height();
/**
*
* Getter method for the COM property "Width"
*
*/
@DISPID(122)
@PropGet
double width();
/**
*
* Getter method for the COM property "Formula"
*
*/
@DISPID(261)
@PropGet
java.lang.String formula();
/**
*
* Setter method for the COM property "Formula"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(261)
@PropPut
void formula(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1"
*
*/
@DISPID(264)
@PropGet
java.lang.String formulaR1C1();
/**
*
* Setter method for the COM property "FormulaR1C1"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(264)
@PropPut
void formulaR1C1(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaLocal"
*
*/
@DISPID(263)
@PropGet
java.lang.String formulaLocal();
/**
*
* Setter method for the COM property "FormulaLocal"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(263)
@PropPut
void formulaLocal(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1Local"
*
*/
@DISPID(265)
@PropGet
java.lang.String formulaR1C1Local();
/**
*
* Setter method for the COM property "FormulaR1C1Local"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(265)
@PropPut
void formulaR1C1Local(
java.lang.String rhs);
// Properties:
}