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

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

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

import com4j.*;

@IID("{000244B7-0001-0000-C000-000000000046}")
public interface ISparklineGroup extends Com4jObject,Iterable {
  // 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 "Count" *

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

* Getter method for the COM property "Item" *

* @param index Mandatory java.lang.Object parameter. * @return Returns a value of type net.rgielen.com4j.office2010.excel.Sparkline */ @VTID(11) net.rgielen.com4j.office2010.excel.Sparkline item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "_NewEnum" *

*/ @VTID(12) java.util.Iterator iterator(); /** *

* Getter method for the COM property "Location" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range */ @VTID(13) net.rgielen.com4j.office2010.excel.Range location(); /** *

* Setter method for the COM property "Location" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.Range parameter. */ @VTID(14) void location( net.rgielen.com4j.office2010.excel.Range rhs); /** *

* Getter method for the COM property "SourceData" *

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

* Setter method for the COM property "SourceData" *

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

* Getter method for the COM property "DateRange" *

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

* Setter method for the COM property "DateRange" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(18) void dateRange( java.lang.String rhs); /** * @param location Mandatory net.rgielen.com4j.office2010.excel.Range parameter. */ @VTID(19) void modifyLocation( net.rgielen.com4j.office2010.excel.Range location); /** * @param sourceData Mandatory java.lang.String parameter. */ @VTID(20) void modifySourceData( java.lang.String sourceData); /** * @param location Mandatory net.rgielen.com4j.office2010.excel.Range parameter. * @param sourceData Mandatory java.lang.String parameter. */ @VTID(21) void modify( net.rgielen.com4j.office2010.excel.Range location, java.lang.String sourceData); /** * @param dateRange Mandatory java.lang.String parameter. */ @VTID(22) void modifyDateRange( java.lang.String dateRange); /** */ @VTID(23) void delete(); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlSparkType */ @VTID(24) net.rgielen.com4j.office2010.excel.XlSparkType type(); /** *

* Setter method for the COM property "Type" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSparkType parameter. */ @VTID(25) void type( net.rgielen.com4j.office2010.excel.XlSparkType rhs); /** *

* Getter method for the COM property "SeriesColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.FormatColor */ @VTID(26) net.rgielen.com4j.office2010.excel.FormatColor seriesColor(); /** *

* Getter method for the COM property "Points" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.SparkPoints */ @VTID(27) net.rgielen.com4j.office2010.excel.SparkPoints points(); /** *

* Getter method for the COM property "Axes" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.SparkAxes */ @VTID(28) net.rgielen.com4j.office2010.excel.SparkAxes axes(); /** *

* Getter method for the COM property "DisplayBlanksAs" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlDisplayBlanksAs */ @VTID(29) net.rgielen.com4j.office2010.excel.XlDisplayBlanksAs displayBlanksAs(); /** *

* Setter method for the COM property "DisplayBlanksAs" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDisplayBlanksAs parameter. */ @VTID(30) void displayBlanksAs( net.rgielen.com4j.office2010.excel.XlDisplayBlanksAs rhs); /** *

* Getter method for the COM property "DisplayHidden" *

* @return Returns a value of type boolean */ @VTID(31) boolean displayHidden(); /** *

* Setter method for the COM property "DisplayHidden" *

* @param rhs Mandatory boolean parameter. */ @VTID(32) void displayHidden( boolean rhs); /** *

* Getter method for the COM property "LineWeight" *

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

* Setter method for the COM property "LineWeight" *

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

* Getter method for the COM property "PlotBy" *

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

* Setter method for the COM property "PlotBy" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSparklineRowCol parameter. */ @VTID(36) void plotBy( net.rgielen.com4j.office2010.excel.XlSparklineRowCol rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy