net.rgielen.com4j.office2010.office.IMsoChartGroup Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C1727-0000-0000-C000-000000000046}")
public interface IMsoChartGroup extends Com4jObject {
// Methods:
/**
*
* Setter method for the COM property "AxisGroup"
*
* @param piGroup Mandatory int parameter.
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
void axisGroup(
int piGroup);
/**
*
* Getter method for the COM property "AxisGroup"
*
* @return Returns a value of type int
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(8)
int axisGroup();
/**
*
* Setter method for the COM property "DoughnutHoleSize"
*
* @param pDoughnutHoleSize Mandatory int parameter.
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
void doughnutHoleSize(
int pDoughnutHoleSize);
/**
*
* Getter method for the COM property "DoughnutHoleSize"
*
* @return Returns a value of type int
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(10)
int doughnutHoleSize();
/**
*
* Getter method for the COM property "DownBars"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoDownBars
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office.IMsoDownBars downBars();
/**
*
* Getter method for the COM property "DropLines"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoDropLines
*/
@DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.IMsoDropLines dropLines();
/**
*
* Setter method for the COM property "FirstSliceAngle"
*
* @param pFirstSliceAngle Mandatory int parameter.
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(13)
void firstSliceAngle(
int pFirstSliceAngle);
/**
*
* Getter method for the COM property "FirstSliceAngle"
*
* @return Returns a value of type int
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(14)
int firstSliceAngle();
/**
*
* Setter method for the COM property "GapWidth"
*
* @param pGapWidth Mandatory int parameter.
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(15)
void gapWidth(
int pGapWidth);
/**
*
* Getter method for the COM property "GapWidth"
*
* @return Returns a value of type int
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(16)
int gapWidth();
/**
*
* Setter method for the COM property "HasDropLines"
*
* @param pfHasDropLines Mandatory boolean parameter.
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(17)
void hasDropLines(
boolean pfHasDropLines);
/**
*
* Getter method for the COM property "HasDropLines"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(18)
boolean hasDropLines();
/**
*
* Setter method for the COM property "HasHiLoLines"
*
* @param pfHasHiLoLines Mandatory boolean parameter.
*/
@DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present
@VTID(19)
void hasHiLoLines(
boolean pfHasHiLoLines);
/**
*
* Getter method for the COM property "HasHiLoLines"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present
@VTID(20)
boolean hasHiLoLines();
/**
*
* Setter method for the COM property "HasRadarAxisLabels"
*
* @param pfHasRadarAxisLabels Mandatory boolean parameter.
*/
@DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present
@VTID(21)
void hasRadarAxisLabels(
boolean pfHasRadarAxisLabels);
/**
*
* Getter method for the COM property "HasRadarAxisLabels"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present
@VTID(22)
boolean hasRadarAxisLabels();
/**
*
* Setter method for the COM property "HasSeriesLines"
*
* @param pfHasSeriesLines Mandatory boolean parameter.
*/
@DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present
@VTID(23)
void hasSeriesLines(
boolean pfHasSeriesLines);
/**
*
* Getter method for the COM property "HasSeriesLines"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present
@VTID(24)
boolean hasSeriesLines();
/**
*
* Setter method for the COM property "HasUpDownBars"
*
* @param pfHasUpDownBars Mandatory boolean parameter.
*/
@DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present
@VTID(25)
void hasUpDownBars(
boolean pfHasUpDownBars);
/**
*
* Getter method for the COM property "HasUpDownBars"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present
@VTID(26)
boolean hasUpDownBars();
/**
*
* Getter method for the COM property "HiLoLines"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoHiLoLines
*/
@DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present
@VTID(27)
net.rgielen.com4j.office2010.office.IMsoHiLoLines hiLoLines();
/**
*
* Getter method for the COM property "Index"
*
* @return Returns a value of type int
*/
@DISPID(1610743829) //= 0x60020015. The runtime will prefer the VTID if present
@VTID(28)
int index();
/**
*
* Setter method for the COM property "Overlap"
*
* @param pOverlap Mandatory int parameter.
*/
@DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present
@VTID(29)
void overlap(
int pOverlap);
/**
*
* Getter method for the COM property "Overlap"
*
* @return Returns a value of type int
*/
@DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present
@VTID(30)
int overlap();
/**
*
* Getter method for the COM property "RadarAxisLabels"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present
@VTID(31)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject radarAxisLabels();
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610743833) //= 0x60020019. The runtime will prefer the VTID if present
@VTID(32)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject seriesCollection(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
*
* Getter method for the COM property "SeriesLines"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoSeriesLines
*/
@DISPID(1610743834) //= 0x6002001a. The runtime will prefer the VTID if present
@VTID(33)
net.rgielen.com4j.office2010.office.IMsoSeriesLines seriesLines();
/**
*
* Setter method for the COM property "SubType"
*
* @param pSubType Mandatory int parameter.
*/
@DISPID(1610743835) //= 0x6002001b. The runtime will prefer the VTID if present
@VTID(34)
void subType(
int pSubType);
/**
*
* Getter method for the COM property "SubType"
*
* @return Returns a value of type int
*/
@DISPID(1610743835) //= 0x6002001b. The runtime will prefer the VTID if present
@VTID(35)
int subType();
/**
*
* Setter method for the COM property "Type"
*
* @param ptype Mandatory int parameter.
*/
@DISPID(1610743837) //= 0x6002001d. The runtime will prefer the VTID if present
@VTID(36)
void type(
int ptype);
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type int
*/
@DISPID(1610743837) //= 0x6002001d. The runtime will prefer the VTID if present
@VTID(37)
int type();
/**
*
* Getter method for the COM property "UpBars"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoUpBars
*/
@DISPID(1610743839) //= 0x6002001f. The runtime will prefer the VTID if present
@VTID(38)
net.rgielen.com4j.office2010.office.IMsoUpBars upBars();
/**
*
* Setter method for the COM property "VaryByCategories"
*
* @param pfVaryByCategories Mandatory boolean parameter.
*/
@DISPID(1610743840) //= 0x60020020. The runtime will prefer the VTID if present
@VTID(39)
void varyByCategories(
boolean pfVaryByCategories);
/**
*
* Getter method for the COM property "VaryByCategories"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743840) //= 0x60020020. The runtime will prefer the VTID if present
@VTID(40)
boolean varyByCategories();
/**
*
* Getter method for the COM property "SizeRepresents"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlSizeRepresents
*/
@DISPID(1610743842) //= 0x60020022. The runtime will prefer the VTID if present
@VTID(41)
net.rgielen.com4j.office2010.office.XlSizeRepresents sizeRepresents();
/**
*
* Setter method for the COM property "SizeRepresents"
*
* @param pXlSizeRepresents Mandatory net.rgielen.com4j.office2010.office.XlSizeRepresents parameter.
*/
@DISPID(1610743842) //= 0x60020022. The runtime will prefer the VTID if present
@VTID(42)
void sizeRepresents(
net.rgielen.com4j.office2010.office.XlSizeRepresents pXlSizeRepresents);
/**
*
* Setter method for the COM property "BubbleScale"
*
* @param pbubblescale Mandatory int parameter.
*/
@DISPID(1610743844) //= 0x60020024. The runtime will prefer the VTID if present
@VTID(43)
void bubbleScale(
int pbubblescale);
/**
*
* Getter method for the COM property "BubbleScale"
*
* @return Returns a value of type int
*/
@DISPID(1610743844) //= 0x60020024. The runtime will prefer the VTID if present
@VTID(44)
int bubbleScale();
/**
*
* Setter method for the COM property "ShowNegativeBubbles"
*
* @param pfShowNegativeBubbles Mandatory boolean parameter.
*/
@DISPID(1610743846) //= 0x60020026. The runtime will prefer the VTID if present
@VTID(45)
void showNegativeBubbles(
boolean pfShowNegativeBubbles);
/**
*
* Getter method for the COM property "ShowNegativeBubbles"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743846) //= 0x60020026. The runtime will prefer the VTID if present
@VTID(46)
boolean showNegativeBubbles();
/**
*
* Setter method for the COM property "SplitType"
*
* @param pChartSplitType Mandatory net.rgielen.com4j.office2010.office.XlChartSplitType parameter.
*/
@DISPID(1610743848) //= 0x60020028. The runtime will prefer the VTID if present
@VTID(47)
void splitType(
net.rgielen.com4j.office2010.office.XlChartSplitType pChartSplitType);
/**
*
* Getter method for the COM property "SplitType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.XlChartSplitType
*/
@DISPID(1610743848) //= 0x60020028. The runtime will prefer the VTID if present
@VTID(48)
net.rgielen.com4j.office2010.office.XlChartSplitType splitType();
/**
*
* Getter method for the COM property "SplitValue"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743850) //= 0x6002002a. The runtime will prefer the VTID if present
@VTID(49)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object splitValue();
/**
*
* Setter method for the COM property "SplitValue"
*
* @param pSplitValue Mandatory java.lang.Object parameter.
*/
@DISPID(1610743850) //= 0x6002002a. The runtime will prefer the VTID if present
@VTID(50)
void splitValue(
@MarshalAs(NativeType.VARIANT) java.lang.Object pSplitValue);
/**
*
* Getter method for the COM property "SecondPlotSize"
*
* @return Returns a value of type int
*/
@DISPID(1610743852) //= 0x6002002c. The runtime will prefer the VTID if present
@VTID(51)
int secondPlotSize();
/**
*
* Setter method for the COM property "SecondPlotSize"
*
* @param pSecondPlotSize Mandatory int parameter.
*/
@DISPID(1610743852) //= 0x6002002c. The runtime will prefer the VTID if present
@VTID(52)
void secondPlotSize(
int pSecondPlotSize);
/**
*
* Getter method for the COM property "Has3DShading"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743854) //= 0x6002002e. The runtime will prefer the VTID if present
@VTID(53)
boolean has3DShading();
/**
*
* Setter method for the COM property "Has3DShading"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1610743854) //= 0x6002002e. The runtime will prefer the VTID if present
@VTID(54)
void has3DShading(
boolean rhs);
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@VTID(55)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(56)
int creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(150) //= 0x96. The runtime will prefer the VTID if present
@VTID(57)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
// Properties:
}