net.rgielen.com4j.office2010.office.IMsoSeries Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C170B-0000-0000-C000-000000000046}")
public interface IMsoSeries 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();
/**
* @param type Optional parameter. Default value is 2
* @param iMsoLegendKey Optional parameter. Default value is com4j.Variant.getMissing()
* @param autoText Optional parameter. Default value is com4j.Variant.getMissing()
* @param hasLeaderLines Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type java.lang.Object
*/
@VTID(8)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object _ApplyDataLabels(
@Optional @DefaultValue("2") net.rgielen.com4j.office2010.office.XlDataLabelsType type,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object iMsoLegendKey,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object autoText,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object hasLeaderLines);
/**
*
* Getter method for the COM property "AxisGroup"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlAxisGroup
*/
@VTID(9)
net.rgielen.com4j.office2010.office.XlAxisGroup axisGroup();
/**
*
* Setter method for the COM property "AxisGroup"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlAxisGroup parameter.
*/
@VTID(10)
void axisGroup(
net.rgielen.com4j.office2010.office.XlAxisGroup rhs);
/**
*
* Getter method for the COM property "Border"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoBorder
*/
@VTID(11)
net.rgielen.com4j.office2010.office.IMsoBorder border();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object clearFormats();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(13)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object copy();
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(14)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject dataLabels(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(15)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object delete();
/**
* @param direction Mandatory net.rgielen.com4j.office2010.office.XlErrorBarDirection parameter.
* @param include Mandatory net.rgielen.com4j.office2010.office.XlErrorBarInclude parameter.
* @param type Mandatory net.rgielen.com4j.office2010.office.XlErrorBarType parameter.
* @param amount Optional parameter. Default value is com4j.Variant.getMissing()
* @param minusValues Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type java.lang.Object
*/
@VTID(16)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object errorBar(
net.rgielen.com4j.office2010.office.XlErrorBarDirection direction,
net.rgielen.com4j.office2010.office.XlErrorBarInclude include,
net.rgielen.com4j.office2010.office.XlErrorBarType type,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object amount,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object minusValues);
/**
*
* Getter method for the COM property "ErrorBars"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoErrorBars
*/
@VTID(17)
net.rgielen.com4j.office2010.office.IMsoErrorBars errorBars();
/**
*
* Getter method for the COM property "Explosion"
*
* @return Returns a value of type int
*/
@VTID(18)
int explosion();
/**
*
* Setter method for the COM property "Explosion"
*
* @param rhs Mandatory int parameter.
*/
@VTID(19)
void explosion(
int rhs);
/**
*
* Getter method for the COM property "Formula"
*
* @return Returns a value of type java.lang.String
*/
@VTID(20)
java.lang.String formula();
/**
*
* Setter method for the COM property "Formula"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(21)
void formula(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaLocal"
*
* @return Returns a value of type java.lang.String
*/
@VTID(22)
java.lang.String formulaLocal();
/**
*
* Setter method for the COM property "FormulaLocal"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(23)
void formulaLocal(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1"
*
* @return Returns a value of type java.lang.String
*/
@VTID(24)
java.lang.String formulaR1C1();
/**
*
* Setter method for the COM property "FormulaR1C1"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(25)
void formulaR1C1(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FormulaR1C1Local"
*
* @return Returns a value of type java.lang.String
*/
@VTID(26)
java.lang.String formulaR1C1Local();
/**
*
* Setter method for the COM property "FormulaR1C1Local"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(27)
void formulaR1C1Local(
java.lang.String rhs);
/**
*
* Getter method for the COM property "HasDataLabels"
*
* @return Returns a value of type boolean
*/
@VTID(28)
boolean hasDataLabels();
/**
*
* Setter method for the COM property "HasDataLabels"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(29)
void hasDataLabels(
boolean rhs);
/**
*
* Getter method for the COM property "HasErrorBars"
*
* @return Returns a value of type boolean
*/
@VTID(30)
boolean hasErrorBars();
/**
*
* Setter method for the COM property "HasErrorBars"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(31)
void hasErrorBars(
boolean rhs);
/**
*
* Getter method for the COM property "Interior"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoInterior
*/
@VTID(32)
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(33)
net.rgielen.com4j.office2010.office.ChartFillFormat fill();
/**
*
* Getter method for the COM property "InvertIfNegative"
*
* @return Returns a value of type boolean
*/
@VTID(34)
boolean invertIfNegative();
/**
*
* Setter method for the COM property "InvertIfNegative"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(35)
void invertIfNegative(
boolean rhs);
/**
*
* Getter method for the COM property "MarkerBackgroundColor"
*
* @return Returns a value of type int
*/
@VTID(36)
int markerBackgroundColor();
/**
*
* Setter method for the COM property "MarkerBackgroundColor"
*
* @param rhs Mandatory int parameter.
*/
@VTID(37)
void markerBackgroundColor(
int rhs);
/**
*
* Getter method for the COM property "MarkerBackgroundColorIndex"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlColorIndex
*/
@VTID(38)
net.rgielen.com4j.office2010.office.XlColorIndex markerBackgroundColorIndex();
/**
*
* Setter method for the COM property "MarkerBackgroundColorIndex"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlColorIndex parameter.
*/
@VTID(39)
void markerBackgroundColorIndex(
net.rgielen.com4j.office2010.office.XlColorIndex rhs);
/**
*
* Getter method for the COM property "MarkerForegroundColor"
*
* @return Returns a value of type int
*/
@VTID(40)
int markerForegroundColor();
/**
*
* Setter method for the COM property "MarkerForegroundColor"
*
* @param rhs Mandatory int parameter.
*/
@VTID(41)
void markerForegroundColor(
int rhs);
/**
*
* Getter method for the COM property "MarkerForegroundColorIndex"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlColorIndex
*/
@VTID(42)
net.rgielen.com4j.office2010.office.XlColorIndex markerForegroundColorIndex();
/**
*
* Setter method for the COM property "MarkerForegroundColorIndex"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlColorIndex parameter.
*/
@VTID(43)
void markerForegroundColorIndex(
net.rgielen.com4j.office2010.office.XlColorIndex rhs);
/**
*
* Getter method for the COM property "MarkerSize"
*
* @return Returns a value of type int
*/
@VTID(44)
int markerSize();
/**
*
* Setter method for the COM property "MarkerSize"
*
* @param rhs Mandatory int parameter.
*/
@VTID(45)
void markerSize(
int rhs);
/**
*
* Getter method for the COM property "MarkerStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlMarkerStyle
*/
@VTID(46)
net.rgielen.com4j.office2010.office.XlMarkerStyle markerStyle();
/**
*
* Setter method for the COM property "MarkerStyle"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlMarkerStyle parameter.
*/
@VTID(47)
void markerStyle(
net.rgielen.com4j.office2010.office.XlMarkerStyle rhs);
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(48)
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(49)
void name(
java.lang.String rhs);
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(50)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object paste();
/**
*
* Getter method for the COM property "PictureType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlChartPictureType
*/
@VTID(51)
net.rgielen.com4j.office2010.office.XlChartPictureType pictureType();
/**
*
* Setter method for the COM property "PictureType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlChartPictureType parameter.
*/
@VTID(52)
void pictureType(
net.rgielen.com4j.office2010.office.XlChartPictureType rhs);
/**
*
* Getter method for the COM property "PictureUnit"
*
* @return Returns a value of type double
*/
@VTID(53)
double pictureUnit();
/**
*
* Setter method for the COM property "PictureUnit"
*
* @param rhs Mandatory double parameter.
*/
@VTID(54)
void pictureUnit(
double rhs);
/**
*
* Getter method for the COM property "PlotOrder"
*
* @return Returns a value of type int
*/
@VTID(55)
int plotOrder();
/**
*
* Setter method for the COM property "PlotOrder"
*
* @param rhs Mandatory int parameter.
*/
@VTID(56)
void plotOrder(
int rhs);
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(57)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject points(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(58)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object select();
/**
*
* Getter method for the COM property "Smooth"
*
* @return Returns a value of type boolean
*/
@VTID(59)
boolean smooth();
/**
*
* Setter method for the COM property "Smooth"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(60)
void smooth(
boolean rhs);
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(61)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject trendlines(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type int
*/
@VTID(62)
int type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory int parameter.
*/
@VTID(63)
void type(
int rhs);
/**
*
* Getter method for the COM property "ChartType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlChartType
*/
@VTID(64)
net.rgielen.com4j.office2010.office.XlChartType chartType();
/**
*
* Setter method for the COM property "ChartType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlChartType parameter.
*/
@VTID(65)
void chartType(
net.rgielen.com4j.office2010.office.XlChartType rhs);
/**
* @param chartType Mandatory net.rgielen.com4j.office2010.office.XlChartType parameter.
*/
@VTID(66)
void applyCustomType(
net.rgielen.com4j.office2010.office.XlChartType chartType);
/**
*
* Getter method for the COM property "Values"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(67)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object values();
/**
*
* Setter method for the COM property "Values"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(68)
void values(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "XValues"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(69)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object xValues();
/**
*
* Setter method for the COM property "XValues"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(70)
void xValues(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "BubbleSizes"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(71)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object bubbleSizes();
/**
*
* Setter method for the COM property "BubbleSizes"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(72)
void bubbleSizes(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "BarShape"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlBarShape
*/
@VTID(73)
net.rgielen.com4j.office2010.office.XlBarShape barShape();
/**
*
* Setter method for the COM property "BarShape"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlBarShape parameter.
*/
@VTID(74)
void barShape(
net.rgielen.com4j.office2010.office.XlBarShape rhs);
/**
*
* Getter method for the COM property "ApplyPictToSides"
*
* @return Returns a value of type boolean
*/
@VTID(75)
boolean applyPictToSides();
/**
*
* Setter method for the COM property "ApplyPictToSides"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(76)
void applyPictToSides(
boolean rhs);
/**
*
* Getter method for the COM property "ApplyPictToFront"
*
* @return Returns a value of type boolean
*/
@VTID(77)
boolean applyPictToFront();
/**
*
* Setter method for the COM property "ApplyPictToFront"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(78)
void applyPictToFront(
boolean rhs);
/**
*
* Getter method for the COM property "ApplyPictToEnd"
*
* @return Returns a value of type boolean
*/
@VTID(79)
boolean applyPictToEnd();
/**
*
* Setter method for the COM property "ApplyPictToEnd"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(80)
void applyPictToEnd(
boolean rhs);
/**
*
* Getter method for the COM property "Has3DEffect"
*
* @return Returns a value of type boolean
*/
@VTID(81)
boolean has3DEffect();
/**
*
* Setter method for the COM property "Has3DEffect"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(82)
void has3DEffect(
boolean rhs);
/**
*
* Getter method for the COM property "Shadow"
*
* @return Returns a value of type boolean
*/
@VTID(83)
boolean shadow();
/**
*
* Setter method for the COM property "Shadow"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(84)
void shadow(
boolean rhs);
/**
*
* Getter method for the COM property "HasLeaderLines"
*
* @return Returns a value of type boolean
*/
@VTID(85)
boolean hasLeaderLines();
/**
*
* Setter method for the COM property "HasLeaderLines"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(86)
void hasLeaderLines(
boolean rhs);
/**
*
* Getter method for the COM property "LeaderLines"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoLeaderLines
*/
@VTID(87)
net.rgielen.com4j.office2010.office.IMsoLeaderLines leaderLines();
/**
* @param type Optional parameter. Default value is 2
* @param iMsoLegendKey Optional parameter. Default value is com4j.Variant.getMissing()
* @param autoText Optional parameter. Default value is com4j.Variant.getMissing()
* @param hasLeaderLines Optional parameter. Default value is com4j.Variant.getMissing()
* @param showSeriesName Optional parameter. Default value is com4j.Variant.getMissing()
* @param showCategoryName Optional parameter. Default value is com4j.Variant.getMissing()
* @param showValue Optional parameter. Default value is com4j.Variant.getMissing()
* @param showPercentage Optional parameter. Default value is com4j.Variant.getMissing()
* @param showBubbleSize Optional parameter. Default value is com4j.Variant.getMissing()
* @param separator Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type java.lang.Object
*/
@VTID(88)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object applyDataLabels(
@Optional @DefaultValue("2") net.rgielen.com4j.office2010.office.XlDataLabelsType type,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object iMsoLegendKey,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object autoText,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object hasLeaderLines,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showSeriesName,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showCategoryName,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showValue,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showPercentage,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showBubbleSize,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object separator);
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChartFormat
*/
@VTID(89)
net.rgielen.com4j.office2010.office.IMsoChartFormat format();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(90)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@VTID(91)
int creator();
/**
*
* Getter method for the COM property "PictureUnit2"
*
* @return Returns a value of type double
*/
@VTID(92)
double pictureUnit2();
/**
*
* Setter method for the COM property "PictureUnit2"
*
* @param rhs Mandatory double parameter.
*/
@VTID(93)
void pictureUnit2(
double rhs);
/**
*
* Getter method for the COM property "PlotColorIndex"
*
* @return Returns a value of type int
*/
@VTID(94)
int plotColorIndex();
/**
*
* Getter method for the COM property "InvertColor"
*
* @return Returns a value of type int
*/
@VTID(95)
int invertColor();
/**
*
* Setter method for the COM property "InvertColor"
*
* @param rhs Mandatory int parameter.
*/
@VTID(96)
void invertColor(
int rhs);
/**
*
* Getter method for the COM property "InvertColorIndex"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlColorIndex
*/
@VTID(97)
net.rgielen.com4j.office2010.office.XlColorIndex invertColorIndex();
/**
*
* Setter method for the COM property "InvertColorIndex"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlColorIndex parameter.
*/
@VTID(98)
void invertColorIndex(
net.rgielen.com4j.office2010.office.XlColorIndex rhs);
// Properties:
}