All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.IChartGroup Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00020859-0001-0000-C000-000000000046}")
public interface IChartGroup extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "AxisGroup" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlAxisGroup */ @VTID(10) net.rgielen.com4j.office2010.excel.XlAxisGroup axisGroup(); /** *

* Setter method for the COM property "AxisGroup" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlAxisGroup parameter. */ @VTID(11) void axisGroup( net.rgielen.com4j.office2010.excel.XlAxisGroup rhs); /** *

* Getter method for the COM property "DoughnutHoleSize" *

* @return Returns a value of type int */ @VTID(12) int doughnutHoleSize(); /** *

* Setter method for the COM property "DoughnutHoleSize" *

* @param rhs Mandatory int parameter. */ @VTID(13) void doughnutHoleSize( int rhs); /** *

* Getter method for the COM property "DownBars" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.DownBars */ @VTID(14) net.rgielen.com4j.office2010.excel.DownBars downBars(); /** *

* Getter method for the COM property "DropLines" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.DropLines */ @VTID(15) net.rgielen.com4j.office2010.excel.DropLines dropLines(); /** *

* Getter method for the COM property "FirstSliceAngle" *

* @return Returns a value of type int */ @VTID(16) int firstSliceAngle(); /** *

* Setter method for the COM property "FirstSliceAngle" *

* @param rhs Mandatory int parameter. */ @VTID(17) void firstSliceAngle( int rhs); /** *

* Getter method for the COM property "GapWidth" *

* @return Returns a value of type int */ @VTID(18) int gapWidth(); /** *

* Setter method for the COM property "GapWidth" *

* @param rhs Mandatory int parameter. */ @VTID(19) void gapWidth( int rhs); /** *

* Getter method for the COM property "HasDropLines" *

* @return Returns a value of type boolean */ @VTID(20) boolean hasDropLines(); /** *

* Setter method for the COM property "HasDropLines" *

* @param rhs Mandatory boolean parameter. */ @VTID(21) void hasDropLines( boolean rhs); /** *

* Getter method for the COM property "HasHiLoLines" *

* @return Returns a value of type boolean */ @VTID(22) boolean hasHiLoLines(); /** *

* Setter method for the COM property "HasHiLoLines" *

* @param rhs Mandatory boolean parameter. */ @VTID(23) void hasHiLoLines( boolean rhs); /** *

* Getter method for the COM property "HasRadarAxisLabels" *

* @return Returns a value of type boolean */ @VTID(24) boolean hasRadarAxisLabels(); /** *

* Setter method for the COM property "HasRadarAxisLabels" *

* @param rhs Mandatory boolean parameter. */ @VTID(25) void hasRadarAxisLabels( boolean rhs); /** *

* Getter method for the COM property "HasSeriesLines" *

* @return Returns a value of type boolean */ @VTID(26) boolean hasSeriesLines(); /** *

* Setter method for the COM property "HasSeriesLines" *

* @param rhs Mandatory boolean parameter. */ @VTID(27) void hasSeriesLines( boolean rhs); /** *

* Getter method for the COM property "HasUpDownBars" *

* @return Returns a value of type boolean */ @VTID(28) boolean hasUpDownBars(); /** *

* Setter method for the COM property "HasUpDownBars" *

* @param rhs Mandatory boolean parameter. */ @VTID(29) void hasUpDownBars( boolean rhs); /** *

* Getter method for the COM property "HiLoLines" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.HiLoLines */ @VTID(30) net.rgielen.com4j.office2010.excel.HiLoLines hiLoLines(); /** *

* Getter method for the COM property "Index" *

* @return Returns a value of type int */ @VTID(31) int index(); /** *

* Getter method for the COM property "Overlap" *

* @return Returns a value of type int */ @VTID(32) int overlap(); /** *

* Setter method for the COM property "Overlap" *

* @param rhs Mandatory int parameter. */ @VTID(33) void overlap( int rhs); /** *

* Getter method for the COM property "RadarAxisLabels" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.TickLabels */ @VTID(34) net.rgielen.com4j.office2010.excel.TickLabels radarAxisLabels(); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type com4j.Com4jObject */ @VTID(35) @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.excel.SeriesLines */ @VTID(36) net.rgielen.com4j.office2010.excel.SeriesLines seriesLines(); /** *

* Getter method for the COM property "SubType" *

* @return Returns a value of type int */ @VTID(37) int subType(); /** *

* Setter method for the COM property "SubType" *

* @param rhs Mandatory int parameter. */ @VTID(38) void subType( int rhs); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type int */ @VTID(39) int type(); /** *

* Setter method for the COM property "Type" *

* @param rhs Mandatory int parameter. */ @VTID(40) void type( int rhs); /** *

* Getter method for the COM property "UpBars" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.UpBars */ @VTID(41) net.rgielen.com4j.office2010.excel.UpBars upBars(); /** *

* Getter method for the COM property "VaryByCategories" *

* @return Returns a value of type boolean */ @VTID(42) boolean varyByCategories(); /** *

* Setter method for the COM property "VaryByCategories" *

* @param rhs Mandatory boolean parameter. */ @VTID(43) void varyByCategories( boolean rhs); /** *

* Getter method for the COM property "SizeRepresents" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlSizeRepresents */ @VTID(44) net.rgielen.com4j.office2010.excel.XlSizeRepresents sizeRepresents(); /** *

* Setter method for the COM property "SizeRepresents" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSizeRepresents parameter. */ @VTID(45) void sizeRepresents( net.rgielen.com4j.office2010.excel.XlSizeRepresents rhs); /** *

* Getter method for the COM property "BubbleScale" *

* @return Returns a value of type int */ @VTID(46) int bubbleScale(); /** *

* Setter method for the COM property "BubbleScale" *

* @param rhs Mandatory int parameter. */ @VTID(47) void bubbleScale( int rhs); /** *

* Getter method for the COM property "ShowNegativeBubbles" *

* @return Returns a value of type boolean */ @VTID(48) boolean showNegativeBubbles(); /** *

* Setter method for the COM property "ShowNegativeBubbles" *

* @param rhs Mandatory boolean parameter. */ @VTID(49) void showNegativeBubbles( boolean rhs); /** *

* Getter method for the COM property "SplitType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlChartSplitType */ @VTID(50) net.rgielen.com4j.office2010.excel.XlChartSplitType splitType(); /** *

* Setter method for the COM property "SplitType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartSplitType parameter. */ @VTID(51) void splitType( net.rgielen.com4j.office2010.excel.XlChartSplitType rhs); /** *

* Getter method for the COM property "SplitValue" *

* @return Returns a value of type java.lang.Object */ @VTID(52) @ReturnValue(type=NativeType.VARIANT) java.lang.Object splitValue(); /** *

* Setter method for the COM property "SplitValue" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(53) void splitValue( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "SecondPlotSize" *

* @return Returns a value of type int */ @VTID(54) int secondPlotSize(); /** *

* Setter method for the COM property "SecondPlotSize" *

* @param rhs Mandatory int parameter. */ @VTID(55) void secondPlotSize( int rhs); /** *

* Getter method for the COM property "Has3DShading" *

* @return Returns a value of type boolean */ @VTID(56) boolean has3DShading(); /** *

* Setter method for the COM property "Has3DShading" *

* @param rhs Mandatory boolean parameter. */ @VTID(57) void has3DShading( boolean rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy