net.rgielen.com4j.office2010.excel.CubeField Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{0002444C-0000-0000-C000-000000000046}")
public interface CubeField extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@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
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(150) //= 0x96. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "CubeFieldType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCubeFieldType
*/
@DISPID(1918) //= 0x77e. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.excel.XlCubeFieldType cubeFieldType();
/**
*
* Getter method for the COM property "_Caption"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(2667) //= 0xa6b. The runtime will prefer the VTID if present
@VTID(11)
java.lang.String _Caption();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(110) //= 0x6e. The runtime will prefer the VTID if present
@VTID(12)
java.lang.String name();
/**
*
* Getter method for the COM property "Value"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(13)
java.lang.String value();
/**
*
* Getter method for the COM property "Orientation"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlPivotFieldOrientation
*/
@DISPID(134) //= 0x86. The runtime will prefer the VTID if present
@VTID(14)
net.rgielen.com4j.office2010.excel.XlPivotFieldOrientation orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPivotFieldOrientation parameter.
*/
@DISPID(134) //= 0x86. The runtime will prefer the VTID if present
@VTID(15)
void orientation(
net.rgielen.com4j.office2010.excel.XlPivotFieldOrientation rhs);
/**
*
* Getter method for the COM property "Position"
*
* @return Returns a value of type int
*/
@DISPID(133) //= 0x85. The runtime will prefer the VTID if present
@VTID(16)
int position();
/**
*
* Setter method for the COM property "Position"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(133) //= 0x85. The runtime will prefer the VTID if present
@VTID(17)
void position(
int rhs);
/**
*
* Getter method for the COM property "TreeviewControl"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.TreeviewControl
*/
@DISPID(1919) //= 0x77f. The runtime will prefer the VTID if present
@VTID(18)
net.rgielen.com4j.office2010.excel.TreeviewControl treeviewControl();
/**
*
* Getter method for the COM property "DragToColumn"
*
* @return Returns a value of type boolean
*/
@DISPID(1508) //= 0x5e4. The runtime will prefer the VTID if present
@VTID(19)
boolean dragToColumn();
/**
*
* Setter method for the COM property "DragToColumn"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1508) //= 0x5e4. The runtime will prefer the VTID if present
@VTID(20)
void dragToColumn(
boolean rhs);
/**
*
* Getter method for the COM property "DragToHide"
*
* @return Returns a value of type boolean
*/
@DISPID(1509) //= 0x5e5. The runtime will prefer the VTID if present
@VTID(21)
boolean dragToHide();
/**
*
* Setter method for the COM property "DragToHide"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1509) //= 0x5e5. The runtime will prefer the VTID if present
@VTID(22)
void dragToHide(
boolean rhs);
/**
*
* Getter method for the COM property "DragToPage"
*
* @return Returns a value of type boolean
*/
@DISPID(1510) //= 0x5e6. The runtime will prefer the VTID if present
@VTID(23)
boolean dragToPage();
/**
*
* Setter method for the COM property "DragToPage"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1510) //= 0x5e6. The runtime will prefer the VTID if present
@VTID(24)
void dragToPage(
boolean rhs);
/**
*
* Getter method for the COM property "DragToRow"
*
* @return Returns a value of type boolean
*/
@DISPID(1511) //= 0x5e7. The runtime will prefer the VTID if present
@VTID(25)
boolean dragToRow();
/**
*
* Setter method for the COM property "DragToRow"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1511) //= 0x5e7. The runtime will prefer the VTID if present
@VTID(26)
void dragToRow(
boolean rhs);
/**
*
* Getter method for the COM property "DragToData"
*
* @return Returns a value of type boolean
*/
@DISPID(1844) //= 0x734. The runtime will prefer the VTID if present
@VTID(27)
boolean dragToData();
/**
*
* Setter method for the COM property "DragToData"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1844) //= 0x734. The runtime will prefer the VTID if present
@VTID(28)
void dragToData(
boolean rhs);
/**
*
* Getter method for the COM property "HiddenLevels"
*
* @return Returns a value of type int
*/
@DISPID(1920) //= 0x780. The runtime will prefer the VTID if present
@VTID(29)
int hiddenLevels();
/**
*
* Setter method for the COM property "HiddenLevels"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(1920) //= 0x780. The runtime will prefer the VTID if present
@VTID(30)
void hiddenLevels(
int rhs);
/**
*
* Getter method for the COM property "HasMemberProperties"
*
* @return Returns a value of type boolean
*/
@DISPID(2181) //= 0x885. The runtime will prefer the VTID if present
@VTID(31)
boolean hasMemberProperties();
/**
*
* Getter method for the COM property "LayoutForm"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlLayoutFormType
*/
@DISPID(1848) //= 0x738. The runtime will prefer the VTID if present
@VTID(32)
net.rgielen.com4j.office2010.excel.XlLayoutFormType layoutForm();
/**
*
* Setter method for the COM property "LayoutForm"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlLayoutFormType parameter.
*/
@DISPID(1848) //= 0x738. The runtime will prefer the VTID if present
@VTID(33)
void layoutForm(
net.rgielen.com4j.office2010.excel.XlLayoutFormType rhs);
/**
*
* Getter method for the COM property "PivotFields"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotFields
*/
@DISPID(718) //= 0x2ce. The runtime will prefer the VTID if present
@VTID(34)
net.rgielen.com4j.office2010.excel.PivotFields pivotFields();
/**
* @param property Mandatory java.lang.String parameter.
* @param propertyOrder Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(2182) //= 0x886. The runtime will prefer the VTID if present
@VTID(35)
void _AddMemberPropertyField(
java.lang.String property,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object propertyOrder);
/**
*
* Getter method for the COM property "EnableMultiplePageItems"
*
* @return Returns a value of type boolean
*/
@DISPID(2184) //= 0x888. The runtime will prefer the VTID if present
@VTID(36)
boolean enableMultiplePageItems();
/**
*
* Setter method for the COM property "EnableMultiplePageItems"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2184) //= 0x888. The runtime will prefer the VTID if present
@VTID(37)
void enableMultiplePageItems(
boolean rhs);
/**
*
* Getter method for the COM property "LayoutSubtotalLocation"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlSubtototalLocationType
*/
@DISPID(1846) //= 0x736. The runtime will prefer the VTID if present
@VTID(38)
net.rgielen.com4j.office2010.excel.XlSubtototalLocationType layoutSubtotalLocation();
/**
*
* Setter method for the COM property "LayoutSubtotalLocation"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSubtototalLocationType parameter.
*/
@DISPID(1846) //= 0x736. The runtime will prefer the VTID if present
@VTID(39)
void layoutSubtotalLocation(
net.rgielen.com4j.office2010.excel.XlSubtototalLocationType rhs);
/**
*
* Getter method for the COM property "ShowInFieldList"
*
* @return Returns a value of type boolean
*/
@DISPID(2185) //= 0x889. The runtime will prefer the VTID if present
@VTID(40)
boolean showInFieldList();
/**
*
* Setter method for the COM property "ShowInFieldList"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2185) //= 0x889. The runtime will prefer the VTID if present
@VTID(41)
void showInFieldList(
boolean rhs);
/**
*/
@DISPID(117) //= 0x75. The runtime will prefer the VTID if present
@VTID(42)
void delete();
/**
* @param property Mandatory java.lang.String parameter.
* @param propertyOrder Optional parameter. Default value is com4j.Variant.getMissing()
* @param propertyDisplayedIn Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(2668) //= 0xa6c. The runtime will prefer the VTID if present
@VTID(43)
void addMemberPropertyField(
java.lang.String property,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object propertyOrder,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object propertyDisplayedIn);
/**
*
* Getter method for the COM property "IncludeNewItemsInFilter"
*
* @return Returns a value of type boolean
*/
@DISPID(2587) //= 0xa1b. The runtime will prefer the VTID if present
@VTID(44)
boolean includeNewItemsInFilter();
/**
*
* Setter method for the COM property "IncludeNewItemsInFilter"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2587) //= 0xa1b. The runtime will prefer the VTID if present
@VTID(45)
void includeNewItemsInFilter(
boolean rhs);
/**
*
* Getter method for the COM property "CubeFieldSubType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCubeFieldSubType
*/
@DISPID(2670) //= 0xa6e. The runtime will prefer the VTID if present
@VTID(46)
net.rgielen.com4j.office2010.excel.XlCubeFieldSubType cubeFieldSubType();
/**
*
* Getter method for the COM property "AllItemsVisible"
*
* @return Returns a value of type boolean
*/
@DISPID(2593) //= 0xa21. The runtime will prefer the VTID if present
@VTID(47)
boolean allItemsVisible();
/**
*/
@DISPID(2594) //= 0xa22. The runtime will prefer the VTID if present
@VTID(48)
void clearManualFilter();
/**
*/
@DISPID(2671) //= 0xa6f. The runtime will prefer the VTID if present
@VTID(49)
void createPivotFields();
/**
*
* Getter method for the COM property "CurrentPageName"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1852) //= 0x73c. The runtime will prefer the VTID if present
@VTID(50)
java.lang.String currentPageName();
/**
*
* Setter method for the COM property "CurrentPageName"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(1852) //= 0x73c. The runtime will prefer the VTID if present
@VTID(51)
void currentPageName(
java.lang.String rhs);
/**
*
* Getter method for the COM property "IsDate"
*
* @return Returns a value of type boolean
*/
@DISPID(2672) //= 0xa70. The runtime will prefer the VTID if present
@VTID(52)
boolean isDate();
/**
*
* Getter method for the COM property "Caption"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(139) //= 0x8b. The runtime will prefer the VTID if present
@VTID(53)
java.lang.String caption();
/**
*
* Setter method for the COM property "Caption"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(139) //= 0x8b. The runtime will prefer the VTID if present
@VTID(54)
void caption(
java.lang.String rhs);
/**
*
* Getter method for the COM property "FlattenHierarchies"
*
* @return Returns a value of type boolean
*/
@DISPID(2924) //= 0xb6c. The runtime will prefer the VTID if present
@VTID(55)
boolean flattenHierarchies();
/**
*
* Setter method for the COM property "FlattenHierarchies"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2924) //= 0xb6c. The runtime will prefer the VTID if present
@VTID(56)
void flattenHierarchies(
boolean rhs);
/**
*
* Getter method for the COM property "HierarchizeDistinct"
*
* @return Returns a value of type boolean
*/
@DISPID(2925) //= 0xb6d. The runtime will prefer the VTID if present
@VTID(57)
boolean hierarchizeDistinct();
/**
*
* Setter method for the COM property "HierarchizeDistinct"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2925) //= 0xb6d. The runtime will prefer the VTID if present
@VTID(58)
void hierarchizeDistinct(
boolean rhs);
// Properties:
}