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

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

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

import com4j.*;

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

* Getter method for the COM property "ChildItems" *

* @param index 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 childItems( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "DataRange" *

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

* Getter method for the COM property "_Default" *

* @return Returns a value of type java.lang.String */ @VTID(12) @DefaultMethod java.lang.String _Default(); /** *

* Setter method for the COM property "_Default" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(13) @DefaultMethod void _Default( java.lang.String rhs); /** *

* Getter method for the COM property "LabelRange" *

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

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "ParentItem" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotItem */ @VTID(17) net.rgielen.com4j.office2010.excel.PivotItem parentItem(); /** *

* Getter method for the COM property "ParentShowDetail" *

* @return Returns a value of type boolean */ @VTID(18) boolean parentShowDetail(); /** *

* Getter method for the COM property "Position" *

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

* Setter method for the COM property "Position" *

* @param rhs Mandatory int parameter. */ @VTID(20) void position( int rhs); /** *

* Getter method for the COM property "ShowDetail" *

* @return Returns a value of type boolean */ @VTID(21) boolean showDetail(); /** *

* Setter method for the COM property "ShowDetail" *

* @param rhs Mandatory boolean parameter. */ @VTID(22) void showDetail( boolean rhs); /** *

* Getter method for the COM property "SourceName" *

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

* Getter method for the COM property "Value" *

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

* Setter method for the COM property "Value" *

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

* Getter method for the COM property "Visible" *

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

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @VTID(27) void visible( boolean rhs); /** */ @VTID(28) void delete(); /** *

* Getter method for the COM property "IsCalculated" *

* @return Returns a value of type boolean */ @VTID(29) boolean isCalculated(); /** *

* Getter method for the COM property "RecordCount" *

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

* Getter method for the COM property "Formula" *

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

* Setter method for the COM property "Formula" *

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

* Getter method for the COM property "Caption" *

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

* Setter method for the COM property "Caption" *

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

* Getter method for the COM property "DrilledDown" *

* @return Returns a value of type boolean */ @VTID(35) boolean drilledDown(); /** *

* Setter method for the COM property "DrilledDown" *

* @param rhs Mandatory boolean parameter. */ @VTID(36) void drilledDown( boolean rhs); /** *

* Getter method for the COM property "StandardFormula" *

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

* Setter method for the COM property "StandardFormula" *

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

* Getter method for the COM property "SourceNameStandard" *

* @return Returns a value of type java.lang.String */ @VTID(39) java.lang.String sourceNameStandard(); /** * @param field Mandatory java.lang.String parameter. */ @VTID(40) void drillTo( java.lang.String field); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy