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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface PivotItem 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 net.rgielen.com4j.office2010.excel.PivotField parent(); /** *

* Getter method for the COM property "ChildItems" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(730) @PropGet java.lang.Object childItems( @Optional java.lang.Object index); /** *

* Getter method for the COM property "DataRange" *

*/ @DISPID(720) @PropGet net.rgielen.com4j.office2010.excel.Range dataRange(); /** *

* Getter method for the COM property "_Default" *

*/ @DISPID(0) @PropGet @DefaultMethod java.lang.String _Default(); /** *

* Setter method for the COM property "_Default" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(0) @PropPut @DefaultMethod void _Default( java.lang.String rhs); /** *

* Getter method for the COM property "LabelRange" *

*/ @DISPID(719) @PropGet net.rgielen.com4j.office2010.excel.Range labelRange(); /** *

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

* Getter method for the COM property "ParentItem" *

*/ @DISPID(741) @PropGet net.rgielen.com4j.office2010.excel.PivotItem parentItem(); /** *

* Getter method for the COM property "ParentShowDetail" *

*/ @DISPID(739) @PropGet boolean parentShowDetail(); /** *

* Getter method for the COM property "Position" *

*/ @DISPID(133) @PropGet int position(); /** *

* Setter method for the COM property "Position" *

* @param rhs Mandatory int parameter. */ @DISPID(133) @PropPut void position( int rhs); /** *

* Getter method for the COM property "ShowDetail" *

*/ @DISPID(585) @PropGet boolean showDetail(); /** *

* Setter method for the COM property "ShowDetail" *

* @param rhs Mandatory boolean parameter. */ @DISPID(585) @PropPut void showDetail( boolean rhs); /** *

* Getter method for the COM property "SourceName" *

*/ @DISPID(721) @PropGet java.lang.Object sourceName(); /** *

* Getter method for the COM property "Value" *

*/ @DISPID(6) @PropGet java.lang.String value(); /** *

* Setter method for the COM property "Value" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(6) @PropPut void value( java.lang.String rhs); /** *

* Getter method for the COM property "Visible" *

*/ @DISPID(558) @PropGet boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @DISPID(558) @PropPut void visible( boolean rhs); /** */ @DISPID(117) void delete(); /** *

* Getter method for the COM property "IsCalculated" *

*/ @DISPID(1512) @PropGet boolean isCalculated(); /** *

* Getter method for the COM property "RecordCount" *

*/ @DISPID(1478) @PropGet int recordCount(); /** *

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

*/ @DISPID(139) @PropGet java.lang.String caption(); /** *

* Setter method for the COM property "Caption" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(139) @PropPut void caption( java.lang.String rhs); /** *

* Getter method for the COM property "DrilledDown" *

*/ @DISPID(1850) @PropGet boolean drilledDown(); /** *

* Setter method for the COM property "DrilledDown" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1850) @PropPut void drilledDown( boolean rhs); /** *

* Getter method for the COM property "StandardFormula" *

*/ @DISPID(2084) @PropGet java.lang.String standardFormula(); /** *

* Setter method for the COM property "StandardFormula" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(2084) @PropPut void standardFormula( java.lang.String rhs); /** *

* Getter method for the COM property "SourceNameStandard" *

*/ @DISPID(2148) @PropGet java.lang.String sourceNameStandard(); /** * @param field Mandatory java.lang.String parameter. */ @DISPID(2580) void drillTo( java.lang.String field); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy