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

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

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

import com4j.*;

@IID("{0002086B-0001-0000-C000-000000000046}")
public interface ISeries 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(); /** * @param type Optional parameter. Default value is 2 * @param legendKey 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(10) @ReturnValue(type=NativeType.VARIANT) java.lang.Object _ApplyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object legendKey, @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.excel.XlAxisGroup */ @VTID(11) 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(12) void axisGroup( net.rgielen.com4j.office2010.excel.XlAxisGroup rhs); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(13) net.rgielen.com4j.office2010.excel.Border border(); /** * @return Returns a value of type java.lang.Object */ @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearFormats(); /** * @return Returns a value of type java.lang.Object */ @VTID(15) @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(16) @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(17) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** * @param direction Mandatory net.rgielen.com4j.office2010.excel.XlErrorBarDirection parameter. * @param include Mandatory net.rgielen.com4j.office2010.excel.XlErrorBarInclude parameter. * @param type Mandatory net.rgielen.com4j.office2010.excel.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(18) @ReturnValue(type=NativeType.VARIANT) java.lang.Object errorBar( net.rgielen.com4j.office2010.excel.XlErrorBarDirection direction, net.rgielen.com4j.office2010.excel.XlErrorBarInclude include, net.rgielen.com4j.office2010.excel.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.excel.ErrorBars */ @VTID(19) net.rgielen.com4j.office2010.excel.ErrorBars errorBars(); /** *

* Getter method for the COM property "Explosion" *

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

* Setter method for the COM property "Explosion" *

* @param rhs Mandatory int parameter. */ @VTID(21) void explosion( int rhs); /** *

* Getter method for the COM property "Formula" *

* @return Returns a value of type java.lang.String */ @VTID(22) java.lang.String formula(); /** *

* Setter method for the COM property "Formula" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(23) void formula( java.lang.String rhs); /** *

* Getter method for the COM property "FormulaLocal" *

* @return Returns a value of type java.lang.String */ @VTID(24) java.lang.String formulaLocal(); /** *

* Setter method for the COM property "FormulaLocal" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(25) void formulaLocal( java.lang.String rhs); /** *

* Getter method for the COM property "FormulaR1C1" *

* @return Returns a value of type java.lang.String */ @VTID(26) java.lang.String formulaR1C1(); /** *

* Setter method for the COM property "FormulaR1C1" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(27) void formulaR1C1( java.lang.String rhs); /** *

* Getter method for the COM property "FormulaR1C1Local" *

* @return Returns a value of type java.lang.String */ @VTID(28) java.lang.String formulaR1C1Local(); /** *

* Setter method for the COM property "FormulaR1C1Local" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(29) void formulaR1C1Local( java.lang.String rhs); /** *

* Getter method for the COM property "HasDataLabels" *

* @return Returns a value of type boolean */ @VTID(30) boolean hasDataLabels(); /** *

* Setter method for the COM property "HasDataLabels" *

* @param rhs Mandatory boolean parameter. */ @VTID(31) void hasDataLabels( boolean rhs); /** *

* Getter method for the COM property "HasErrorBars" *

* @return Returns a value of type boolean */ @VTID(32) boolean hasErrorBars(); /** *

* Setter method for the COM property "HasErrorBars" *

* @param rhs Mandatory boolean parameter. */ @VTID(33) void hasErrorBars( boolean rhs); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(34) net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Fill" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFillFormat */ @VTID(35) net.rgielen.com4j.office2010.excel.ChartFillFormat fill(); /** *

* Getter method for the COM property "InvertIfNegative" *

* @return Returns a value of type boolean */ @VTID(36) boolean invertIfNegative(); /** *

* Setter method for the COM property "InvertIfNegative" *

* @param rhs Mandatory boolean parameter. */ @VTID(37) void invertIfNegative( boolean rhs); /** *

* Getter method for the COM property "MarkerBackgroundColor" *

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

* Setter method for the COM property "MarkerBackgroundColor" *

* @param rhs Mandatory int parameter. */ @VTID(39) void markerBackgroundColor( int rhs); /** *

* Getter method for the COM property "MarkerBackgroundColorIndex" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlColorIndex */ @VTID(40) net.rgielen.com4j.office2010.excel.XlColorIndex markerBackgroundColorIndex(); /** *

* Setter method for the COM property "MarkerBackgroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @VTID(41) void markerBackgroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerForegroundColor" *

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

* Setter method for the COM property "MarkerForegroundColor" *

* @param rhs Mandatory int parameter. */ @VTID(43) void markerForegroundColor( int rhs); /** *

* Getter method for the COM property "MarkerForegroundColorIndex" *

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

* Setter method for the COM property "MarkerForegroundColorIndex" *

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

* Getter method for the COM property "MarkerSize" *

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

* Setter method for the COM property "MarkerSize" *

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

* Getter method for the COM property "MarkerStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlMarkerStyle */ @VTID(48) net.rgielen.com4j.office2010.excel.XlMarkerStyle markerStyle(); /** *

* Setter method for the COM property "MarkerStyle" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlMarkerStyle parameter. */ @VTID(49) void markerStyle( net.rgielen.com4j.office2010.excel.XlMarkerStyle rhs); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @VTID(50) java.lang.String name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(51) void name( java.lang.String rhs); /** * @return Returns a value of type java.lang.Object */ @VTID(52) @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.excel.XlChartPictureType */ @VTID(53) net.rgielen.com4j.office2010.excel.XlChartPictureType pictureType(); /** *

* Setter method for the COM property "PictureType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartPictureType parameter. */ @VTID(54) void pictureType( net.rgielen.com4j.office2010.excel.XlChartPictureType rhs); /** *

* Getter method for the COM property "PictureUnit" *

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

* Setter method for the COM property "PictureUnit" *

* @param rhs Mandatory int parameter. */ @VTID(56) void pictureUnit( int rhs); /** *

* Getter method for the COM property "PlotOrder" *

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

* Setter method for the COM property "PlotOrder" *

* @param rhs Mandatory int parameter. */ @VTID(58) void plotOrder( int rhs); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type com4j.Com4jObject */ @VTID(59) @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(60) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

* Getter method for the COM property "Smooth" *

* @return Returns a value of type boolean */ @VTID(61) boolean smooth(); /** *

* Setter method for the COM property "Smooth" *

* @param rhs Mandatory boolean parameter. */ @VTID(62) void smooth( boolean rhs); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type com4j.Com4jObject */ @VTID(63) @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(64) int type(); /** *

* Setter method for the COM property "Type" *

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

* Getter method for the COM property "ChartType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlChartType */ @VTID(66) net.rgielen.com4j.office2010.excel.XlChartType chartType(); /** *

* Setter method for the COM property "ChartType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartType parameter. */ @VTID(67) void chartType( net.rgielen.com4j.office2010.excel.XlChartType rhs); /** * @param chartType Mandatory net.rgielen.com4j.office2010.excel.XlChartType parameter. */ @VTID(68) void applyCustomType( net.rgielen.com4j.office2010.excel.XlChartType chartType); /** *

* Getter method for the COM property "Values" *

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

* Setter method for the COM property "Values" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(70) 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(71) @ReturnValue(type=NativeType.VARIANT) java.lang.Object xValues(); /** *

* Setter method for the COM property "XValues" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(72) 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(73) @ReturnValue(type=NativeType.VARIANT) java.lang.Object bubbleSizes(); /** *

* Setter method for the COM property "BubbleSizes" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(74) 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.excel.XlBarShape */ @VTID(75) net.rgielen.com4j.office2010.excel.XlBarShape barShape(); /** *

* Setter method for the COM property "BarShape" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlBarShape parameter. */ @VTID(76) void barShape( net.rgielen.com4j.office2010.excel.XlBarShape rhs); /** *

* Getter method for the COM property "ApplyPictToSides" *

* @return Returns a value of type boolean */ @VTID(77) boolean applyPictToSides(); /** *

* Setter method for the COM property "ApplyPictToSides" *

* @param rhs Mandatory boolean parameter. */ @VTID(78) void applyPictToSides( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToFront" *

* @return Returns a value of type boolean */ @VTID(79) boolean applyPictToFront(); /** *

* Setter method for the COM property "ApplyPictToFront" *

* @param rhs Mandatory boolean parameter. */ @VTID(80) void applyPictToFront( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToEnd" *

* @return Returns a value of type boolean */ @VTID(81) boolean applyPictToEnd(); /** *

* Setter method for the COM property "ApplyPictToEnd" *

* @param rhs Mandatory boolean parameter. */ @VTID(82) void applyPictToEnd( boolean rhs); /** *

* Getter method for the COM property "Has3DEffect" *

* @return Returns a value of type boolean */ @VTID(83) boolean has3DEffect(); /** *

* Setter method for the COM property "Has3DEffect" *

* @param rhs Mandatory boolean parameter. */ @VTID(84) void has3DEffect( boolean rhs); /** *

* Getter method for the COM property "Shadow" *

* @return Returns a value of type boolean */ @VTID(85) boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @VTID(86) void shadow( boolean rhs); /** *

* Getter method for the COM property "HasLeaderLines" *

* @return Returns a value of type boolean */ @VTID(87) boolean hasLeaderLines(); /** *

* Setter method for the COM property "HasLeaderLines" *

* @param rhs Mandatory boolean parameter. */ @VTID(88) void hasLeaderLines( boolean rhs); /** *

* Getter method for the COM property "LeaderLines" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.LeaderLines */ @VTID(89) net.rgielen.com4j.office2010.excel.LeaderLines leaderLines(); /** * @param type Optional parameter. Default value is 2 * @param legendKey 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(90) @ReturnValue(type=NativeType.VARIANT) java.lang.Object applyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object legendKey, @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 "PictureUnit2" *

* @return Returns a value of type double */ @VTID(91) double pictureUnit2(); /** *

* Setter method for the COM property "PictureUnit2" *

* @param rhs Mandatory double parameter. */ @VTID(92) void pictureUnit2( double rhs); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat */ @VTID(93) net.rgielen.com4j.office2010.excel.ChartFormat format(); /** *

* 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 int */ @VTID(97) int invertColorIndex(); /** *

* Setter method for the COM property "InvertColorIndex" *

* @param rhs Mandatory int parameter. */ @VTID(98) void invertColorIndex( int rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy