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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Series 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(); /** * @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() */ @DISPID(151) java.lang.Object _ApplyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional java.lang.Object legendKey, @Optional java.lang.Object autoText, @Optional java.lang.Object hasLeaderLines); /** *

* Getter method for the COM property "AxisGroup" *

*/ @DISPID(47) @PropGet net.rgielen.com4j.office2010.excel.XlAxisGroup axisGroup(); /** *

* Setter method for the COM property "AxisGroup" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlAxisGroup parameter. */ @DISPID(47) @PropPut void axisGroup( net.rgielen.com4j.office2010.excel.XlAxisGroup rhs); /** *

* Getter method for the COM property "Border" *

*/ @DISPID(128) @PropGet net.rgielen.com4j.office2010.excel.Border border(); /** */ @DISPID(112) java.lang.Object clearFormats(); /** */ @DISPID(551) java.lang.Object copy(); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(157) com4j.Com4jObject dataLabels( @Optional java.lang.Object index); /** */ @DISPID(117) 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() */ @DISPID(152) 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 java.lang.Object amount, @Optional java.lang.Object minusValues); /** *

* Getter method for the COM property "ErrorBars" *

*/ @DISPID(159) @PropGet net.rgielen.com4j.office2010.excel.ErrorBars errorBars(); /** *

* Getter method for the COM property "Explosion" *

*/ @DISPID(182) @PropGet int explosion(); /** *

* Setter method for the COM property "Explosion" *

* @param rhs Mandatory int parameter. */ @DISPID(182) @PropPut void explosion( int rhs); /** *

* 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 "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 "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 "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); /** *

* Getter method for the COM property "HasDataLabels" *

*/ @DISPID(78) @PropGet boolean hasDataLabels(); /** *

* Setter method for the COM property "HasDataLabels" *

* @param rhs Mandatory boolean parameter. */ @DISPID(78) @PropPut void hasDataLabels( boolean rhs); /** *

* Getter method for the COM property "HasErrorBars" *

*/ @DISPID(160) @PropGet boolean hasErrorBars(); /** *

* Setter method for the COM property "HasErrorBars" *

* @param rhs Mandatory boolean parameter. */ @DISPID(160) @PropPut void hasErrorBars( boolean rhs); /** *

* 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 "InvertIfNegative" *

*/ @DISPID(132) @PropGet boolean invertIfNegative(); /** *

* Setter method for the COM property "InvertIfNegative" *

* @param rhs Mandatory boolean parameter. */ @DISPID(132) @PropPut void invertIfNegative( boolean rhs); /** *

* Getter method for the COM property "MarkerBackgroundColor" *

*/ @DISPID(73) @PropGet int markerBackgroundColor(); /** *

* Setter method for the COM property "MarkerBackgroundColor" *

* @param rhs Mandatory int parameter. */ @DISPID(73) @PropPut void markerBackgroundColor( int rhs); /** *

* Getter method for the COM property "MarkerBackgroundColorIndex" *

*/ @DISPID(74) @PropGet net.rgielen.com4j.office2010.excel.XlColorIndex markerBackgroundColorIndex(); /** *

* Setter method for the COM property "MarkerBackgroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @DISPID(74) @PropPut void markerBackgroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerForegroundColor" *

*/ @DISPID(75) @PropGet int markerForegroundColor(); /** *

* Setter method for the COM property "MarkerForegroundColor" *

* @param rhs Mandatory int parameter. */ @DISPID(75) @PropPut void markerForegroundColor( int rhs); /** *

* Getter method for the COM property "MarkerForegroundColorIndex" *

*/ @DISPID(76) @PropGet net.rgielen.com4j.office2010.excel.XlColorIndex markerForegroundColorIndex(); /** *

* Setter method for the COM property "MarkerForegroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @DISPID(76) @PropPut void markerForegroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerSize" *

*/ @DISPID(231) @PropGet int markerSize(); /** *

* Setter method for the COM property "MarkerSize" *

* @param rhs Mandatory int parameter. */ @DISPID(231) @PropPut void markerSize( int rhs); /** *

* Getter method for the COM property "MarkerStyle" *

*/ @DISPID(72) @PropGet net.rgielen.com4j.office2010.excel.XlMarkerStyle markerStyle(); /** *

* Setter method for the COM property "MarkerStyle" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlMarkerStyle parameter. */ @DISPID(72) @PropPut void markerStyle( net.rgielen.com4j.office2010.excel.XlMarkerStyle rhs); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(110) @PropPut void name( java.lang.String rhs); /** */ @DISPID(211) java.lang.Object paste(); /** *

* Getter method for the COM property "PictureType" *

*/ @DISPID(161) @PropGet net.rgielen.com4j.office2010.excel.XlChartPictureType pictureType(); /** *

* Setter method for the COM property "PictureType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartPictureType parameter. */ @DISPID(161) @PropPut void pictureType( net.rgielen.com4j.office2010.excel.XlChartPictureType rhs); /** *

* Getter method for the COM property "PictureUnit" *

*/ @DISPID(162) @PropGet int pictureUnit(); /** *

* Setter method for the COM property "PictureUnit" *

* @param rhs Mandatory int parameter. */ @DISPID(162) @PropPut void pictureUnit( int rhs); /** *

* Getter method for the COM property "PlotOrder" *

*/ @DISPID(228) @PropGet int plotOrder(); /** *

* Setter method for the COM property "PlotOrder" *

* @param rhs Mandatory int parameter. */ @DISPID(228) @PropPut void plotOrder( int rhs); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(70) com4j.Com4jObject points( @Optional java.lang.Object index); /** */ @DISPID(235) java.lang.Object select(); /** *

* Getter method for the COM property "Smooth" *

*/ @DISPID(163) @PropGet boolean smooth(); /** *

* Setter method for the COM property "Smooth" *

* @param rhs Mandatory boolean parameter. */ @DISPID(163) @PropPut void smooth( boolean rhs); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(154) com4j.Com4jObject trendlines( @Optional java.lang.Object index); /** *

* Getter method for the COM property "Type" *

*/ @DISPID(108) @PropGet int type(); /** *

* Setter method for the COM property "Type" *

* @param rhs Mandatory int parameter. */ @DISPID(108) @PropPut void type( int rhs); /** *

* Getter method for the COM property "ChartType" *

*/ @DISPID(1400) @PropGet net.rgielen.com4j.office2010.excel.XlChartType chartType(); /** *

* Setter method for the COM property "ChartType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartType parameter. */ @DISPID(1400) @PropPut void chartType( net.rgielen.com4j.office2010.excel.XlChartType rhs); /** * @param chartType Mandatory net.rgielen.com4j.office2010.excel.XlChartType parameter. */ @DISPID(1401) void applyCustomType( net.rgielen.com4j.office2010.excel.XlChartType chartType); /** *

* Getter method for the COM property "Values" *

*/ @DISPID(164) @PropGet java.lang.Object values(); /** *

* Setter method for the COM property "Values" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(164) @PropPut void values( java.lang.Object rhs); /** *

* Getter method for the COM property "XValues" *

*/ @DISPID(1111) @PropGet java.lang.Object xValues(); /** *

* Setter method for the COM property "XValues" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1111) @PropPut void xValues( java.lang.Object rhs); /** *

* Getter method for the COM property "BubbleSizes" *

*/ @DISPID(1664) @PropGet java.lang.Object bubbleSizes(); /** *

* Setter method for the COM property "BubbleSizes" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1664) @PropPut void bubbleSizes( java.lang.Object rhs); /** *

* Getter method for the COM property "BarShape" *

*/ @DISPID(1403) @PropGet net.rgielen.com4j.office2010.excel.XlBarShape barShape(); /** *

* Setter method for the COM property "BarShape" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlBarShape parameter. */ @DISPID(1403) @PropPut void barShape( net.rgielen.com4j.office2010.excel.XlBarShape rhs); /** *

* Getter method for the COM property "ApplyPictToSides" *

*/ @DISPID(1659) @PropGet boolean applyPictToSides(); /** *

* Setter method for the COM property "ApplyPictToSides" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1659) @PropPut void applyPictToSides( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToFront" *

*/ @DISPID(1660) @PropGet boolean applyPictToFront(); /** *

* Setter method for the COM property "ApplyPictToFront" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1660) @PropPut void applyPictToFront( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToEnd" *

*/ @DISPID(1661) @PropGet boolean applyPictToEnd(); /** *

* Setter method for the COM property "ApplyPictToEnd" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1661) @PropPut void applyPictToEnd( boolean rhs); /** *

* Getter method for the COM property "Has3DEffect" *

*/ @DISPID(1665) @PropGet boolean has3DEffect(); /** *

* Setter method for the COM property "Has3DEffect" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1665) @PropPut void has3DEffect( boolean 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 "HasLeaderLines" *

*/ @DISPID(1394) @PropGet boolean hasLeaderLines(); /** *

* Setter method for the COM property "HasLeaderLines" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1394) @PropPut void hasLeaderLines( boolean rhs); /** *

* Getter method for the COM property "LeaderLines" *

*/ @DISPID(1666) @PropGet 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() */ @DISPID(1922) java.lang.Object applyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional java.lang.Object legendKey, @Optional java.lang.Object autoText, @Optional java.lang.Object hasLeaderLines, @Optional java.lang.Object showSeriesName, @Optional java.lang.Object showCategoryName, @Optional java.lang.Object showValue, @Optional java.lang.Object showPercentage, @Optional java.lang.Object showBubbleSize, @Optional java.lang.Object separator); /** *

* Getter method for the COM property "PictureUnit2" *

*/ @DISPID(2649) @PropGet double pictureUnit2(); /** *

* Setter method for the COM property "PictureUnit2" *

* @param rhs Mandatory double parameter. */ @DISPID(2649) @PropPut void pictureUnit2( double rhs); /** *

* Getter method for the COM property "Format" *

*/ @DISPID(116) @PropGet net.rgielen.com4j.office2010.excel.ChartFormat format(); /** *

* Getter method for the COM property "PlotColorIndex" *

*/ @DISPID(2915) @PropGet int plotColorIndex(); /** *

* Getter method for the COM property "InvertColor" *

*/ @DISPID(2916) @PropGet int invertColor(); /** *

* Setter method for the COM property "InvertColor" *

* @param rhs Mandatory int parameter. */ @DISPID(2916) @PropPut void invertColor( int rhs); /** *

* Getter method for the COM property "InvertColorIndex" *

*/ @DISPID(2917) @PropGet int invertColorIndex(); /** *

* Setter method for the COM property "InvertColorIndex" *

* @param rhs Mandatory int parameter. */ @DISPID(2917) @PropPut void invertColorIndex( int rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy