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

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

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

import com4j.*;

@IID("{00020874-0001-0000-C000-000000000046}")
public interface IPivotField 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 com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Calculation" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlPivotFieldCalculation */ @VTID(10) net.rgielen.com4j.office2010.excel.XlPivotFieldCalculation calculation(); /** *

* Setter method for the COM property "Calculation" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPivotFieldCalculation parameter. */ @VTID(11) void calculation( net.rgielen.com4j.office2010.excel.XlPivotFieldCalculation rhs); /** *

* Getter method for the COM property "ChildField" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotField */ @VTID(12) net.rgielen.com4j.office2010.excel.PivotField childField(); /** *

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

* Getter method for the COM property "CurrentPage" *

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

* Setter method for the COM property "CurrentPage" *

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

* Getter method for the COM property "DataRange" *

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

* Getter method for the COM property "DataType" *

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

* Getter method for the COM property "_Default" *

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

* Setter method for the COM property "_Default" *

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

* Getter method for the COM property "Function" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlConsolidationFunction */ @VTID(20) net.rgielen.com4j.office2010.excel.XlConsolidationFunction function(); /** *

* Setter method for the COM property "Function" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlConsolidationFunction parameter. */ @VTID(21) void function( net.rgielen.com4j.office2010.excel.XlConsolidationFunction rhs); /** *

* Getter method for the COM property "GroupLevel" *

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

* Getter method for the COM property "HiddenItems" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(23) @ReturnValue(type=NativeType.VARIANT) java.lang.Object hiddenItems( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "LabelRange" *

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

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "NumberFormat" *

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

* Setter method for the COM property "NumberFormat" *

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

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

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

* Getter method for the COM property "ShowAllItems" *

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

* Setter method for the COM property "ShowAllItems" *

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

* Getter method for the COM property "ParentField" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotField */ @VTID(33) net.rgielen.com4j.office2010.excel.PivotField parentField(); /** *

* Getter method for the COM property "ParentItems" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(34) @ReturnValue(type=NativeType.VARIANT) java.lang.Object parentItems( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(35) @ReturnValue(type=NativeType.VARIANT) java.lang.Object pivotItems( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Position" *

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

* Setter method for the COM property "Position" *

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

* Getter method for the COM property "SourceName" *

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

* Getter method for the COM property "Subtotals" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(39) @ReturnValue(type=NativeType.VARIANT) java.lang.Object subtotals( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Setter method for the COM property "Subtotals" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @param rhs Mandatory java.lang.Object parameter. */ @VTID(40) void subtotals( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "BaseField" *

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

* Setter method for the COM property "BaseField" *

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

* Getter method for the COM property "BaseItem" *

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

* Setter method for the COM property "BaseItem" *

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

* Getter method for the COM property "TotalLevels" *

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

* Getter method for the COM property "Value" *

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

* Setter method for the COM property "Value" *

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

* Getter method for the COM property "VisibleItems" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(48) @ReturnValue(type=NativeType.VARIANT) java.lang.Object visibleItems( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** * @return Returns a value of type net.rgielen.com4j.office2010.excel.CalculatedItems */ @VTID(49) net.rgielen.com4j.office2010.excel.CalculatedItems calculatedItems(); /** */ @VTID(50) void delete(); /** *

* Getter method for the COM property "DragToColumn" *

* @return Returns a value of type boolean */ @VTID(51) boolean dragToColumn(); /** *

* Setter method for the COM property "DragToColumn" *

* @param rhs Mandatory boolean parameter. */ @VTID(52) void dragToColumn( boolean rhs); /** *

* Getter method for the COM property "DragToHide" *

* @return Returns a value of type boolean */ @VTID(53) boolean dragToHide(); /** *

* Setter method for the COM property "DragToHide" *

* @param rhs Mandatory boolean parameter. */ @VTID(54) void dragToHide( boolean rhs); /** *

* Getter method for the COM property "DragToPage" *

* @return Returns a value of type boolean */ @VTID(55) boolean dragToPage(); /** *

* Setter method for the COM property "DragToPage" *

* @param rhs Mandatory boolean parameter. */ @VTID(56) void dragToPage( boolean rhs); /** *

* Getter method for the COM property "DragToRow" *

* @return Returns a value of type boolean */ @VTID(57) boolean dragToRow(); /** *

* Setter method for the COM property "DragToRow" *

* @param rhs Mandatory boolean parameter. */ @VTID(58) void dragToRow( boolean rhs); /** *

* Getter method for the COM property "DragToData" *

* @return Returns a value of type boolean */ @VTID(59) boolean dragToData(); /** *

* Setter method for the COM property "DragToData" *

* @param rhs Mandatory boolean parameter. */ @VTID(60) void dragToData( boolean rhs); /** *

* Getter method for the COM property "Formula" *

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

* Setter method for the COM property "Formula" *

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

* Getter method for the COM property "IsCalculated" *

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

* Getter method for the COM property "MemoryUsed" *

* @return Returns a value of type int */ @VTID(64) int memoryUsed(); /** *

* Getter method for the COM property "ServerBased" *

* @return Returns a value of type boolean */ @VTID(65) boolean serverBased(); /** *

* Setter method for the COM property "ServerBased" *

* @param rhs Mandatory boolean parameter. */ @VTID(66) void serverBased( boolean rhs); /** * @param order Mandatory int parameter. * @param field Mandatory java.lang.String parameter. */ @VTID(67) void _AutoSort( int order, java.lang.String field); /** * @param type Mandatory int parameter. * @param range Mandatory int parameter. * @param count Mandatory int parameter. * @param field Mandatory java.lang.String parameter. */ @VTID(68) void autoShow( int type, int range, int count, java.lang.String field); /** *

* Getter method for the COM property "AutoSortOrder" *

* @return Returns a value of type int */ @VTID(69) int autoSortOrder(); /** *

* Getter method for the COM property "AutoSortField" *

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

* Getter method for the COM property "AutoShowType" *

* @return Returns a value of type int */ @VTID(71) int autoShowType(); /** *

* Getter method for the COM property "AutoShowRange" *

* @return Returns a value of type int */ @VTID(72) int autoShowRange(); /** *

* Getter method for the COM property "AutoShowCount" *

* @return Returns a value of type int */ @VTID(73) int autoShowCount(); /** *

* Getter method for the COM property "AutoShowField" *

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

* Getter method for the COM property "LayoutBlankLine" *

* @return Returns a value of type boolean */ @VTID(75) boolean layoutBlankLine(); /** *

* Setter method for the COM property "LayoutBlankLine" *

* @param rhs Mandatory boolean parameter. */ @VTID(76) void layoutBlankLine( boolean rhs); /** *

* Getter method for the COM property "LayoutSubtotalLocation" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlSubtototalLocationType */ @VTID(77) net.rgielen.com4j.office2010.excel.XlSubtototalLocationType layoutSubtotalLocation(); /** *

* Setter method for the COM property "LayoutSubtotalLocation" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSubtototalLocationType parameter. */ @VTID(78) void layoutSubtotalLocation( net.rgielen.com4j.office2010.excel.XlSubtototalLocationType rhs); /** *

* Getter method for the COM property "LayoutPageBreak" *

* @return Returns a value of type boolean */ @VTID(79) boolean layoutPageBreak(); /** *

* Setter method for the COM property "LayoutPageBreak" *

* @param rhs Mandatory boolean parameter. */ @VTID(80) void layoutPageBreak( boolean rhs); /** *

* Getter method for the COM property "LayoutForm" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlLayoutFormType */ @VTID(81) net.rgielen.com4j.office2010.excel.XlLayoutFormType layoutForm(); /** *

* Setter method for the COM property "LayoutForm" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlLayoutFormType parameter. */ @VTID(82) void layoutForm( net.rgielen.com4j.office2010.excel.XlLayoutFormType rhs); /** *

* Getter method for the COM property "SubtotalName" *

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

* Setter method for the COM property "SubtotalName" *

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

* Getter method for the COM property "Caption" *

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

* Setter method for the COM property "Caption" *

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

* Getter method for the COM property "DrilledDown" *

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

* Setter method for the COM property "DrilledDown" *

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

* Getter method for the COM property "CubeField" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.CubeField */ @VTID(89) net.rgielen.com4j.office2010.excel.CubeField cubeField(); /** *

* Getter method for the COM property "CurrentPageName" *

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

* Setter method for the COM property "CurrentPageName" *

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

* Getter method for the COM property "StandardFormula" *

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

* Setter method for the COM property "StandardFormula" *

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

* Getter method for the COM property "HiddenItemsList" *

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

* Setter method for the COM property "HiddenItemsList" *

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

* Getter method for the COM property "DatabaseSort" *

* @return Returns a value of type boolean */ @VTID(96) boolean databaseSort(); /** *

* Setter method for the COM property "DatabaseSort" *

* @param rhs Mandatory boolean parameter. */ @VTID(97) void databaseSort( boolean rhs); /** *

* Getter method for the COM property "IsMemberProperty" *

* @return Returns a value of type boolean */ @VTID(98) boolean isMemberProperty(); /** *

* Getter method for the COM property "PropertyParentField" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotField */ @VTID(99) net.rgielen.com4j.office2010.excel.PivotField propertyParentField(); /** *

* Getter method for the COM property "PropertyOrder" *

* @return Returns a value of type int */ @VTID(100) int propertyOrder(); /** *

* Setter method for the COM property "PropertyOrder" *

* @param rhs Mandatory int parameter. */ @VTID(101) void propertyOrder( int rhs); /** *

* Getter method for the COM property "EnableItemSelection" *

* @return Returns a value of type boolean */ @VTID(102) boolean enableItemSelection(); /** *

* Setter method for the COM property "EnableItemSelection" *

* @param rhs Mandatory boolean parameter. */ @VTID(103) void enableItemSelection( boolean rhs); /** *

* Getter method for the COM property "CurrentPageList" *

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

* Setter method for the COM property "CurrentPageList" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(105) void currentPageList( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** * @param item Mandatory java.lang.String parameter. * @param clearList Optional parameter. Default value is com4j.Variant.getMissing() */ @VTID(106) void addPageItem( java.lang.String item, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object clearList); /** *

* Getter method for the COM property "Hidden" *

* @return Returns a value of type boolean */ @VTID(107) boolean hidden(); /** *

* Setter method for the COM property "Hidden" *

* @param rhs Mandatory boolean parameter. */ @VTID(108) void hidden( boolean rhs); /** * @param field Mandatory java.lang.String parameter. */ @VTID(109) void drillTo( java.lang.String field); /** *

* Getter method for the COM property "UseMemberPropertyAsCaption" *

* @return Returns a value of type boolean */ @VTID(110) boolean useMemberPropertyAsCaption(); /** *

* Setter method for the COM property "UseMemberPropertyAsCaption" *

* @param rhs Mandatory boolean parameter. */ @VTID(111) void useMemberPropertyAsCaption( boolean rhs); /** *

* Getter method for the COM property "MemberPropertyCaption" *

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

* Setter method for the COM property "MemberPropertyCaption" *

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

* Getter method for the COM property "DisplayAsTooltip" *

* @return Returns a value of type boolean */ @VTID(114) boolean displayAsTooltip(); /** *

* Setter method for the COM property "DisplayAsTooltip" *

* @param rhs Mandatory boolean parameter. */ @VTID(115) void displayAsTooltip( boolean rhs); /** *

* Getter method for the COM property "DisplayInReport" *

* @return Returns a value of type boolean */ @VTID(116) boolean displayInReport(); /** *

* Setter method for the COM property "DisplayInReport" *

* @param rhs Mandatory boolean parameter. */ @VTID(117) void displayInReport( boolean rhs); /** *

* Getter method for the COM property "DisplayAsCaption" *

* @return Returns a value of type boolean */ @VTID(118) boolean displayAsCaption(); /** *

* Getter method for the COM property "LayoutCompactRow" *

* @return Returns a value of type boolean */ @VTID(119) boolean layoutCompactRow(); /** *

* Setter method for the COM property "LayoutCompactRow" *

* @param rhs Mandatory boolean parameter. */ @VTID(120) void layoutCompactRow( boolean rhs); /** *

* Getter method for the COM property "IncludeNewItemsInFilter" *

* @return Returns a value of type boolean */ @VTID(121) boolean includeNewItemsInFilter(); /** *

* Setter method for the COM property "IncludeNewItemsInFilter" *

* @param rhs Mandatory boolean parameter. */ @VTID(122) void includeNewItemsInFilter( boolean rhs); /** *

* Getter method for the COM property "VisibleItemsList" *

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

* Setter method for the COM property "VisibleItemsList" *

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

* Getter method for the COM property "PivotFilters" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotFilters */ @VTID(125) net.rgielen.com4j.office2010.excel.PivotFilters pivotFilters(); /** *

* Getter method for the COM property "AutoSortPivotLine" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotLine */ @VTID(126) net.rgielen.com4j.office2010.excel.PivotLine autoSortPivotLine(); /** *

* Getter method for the COM property "AutoSortCustomSubtotal" *

* @return Returns a value of type int */ @VTID(127) int autoSortCustomSubtotal(); /** *

* Getter method for the COM property "ShowingInAxis" *

* @return Returns a value of type boolean */ @VTID(128) boolean showingInAxis(); /** *

* Getter method for the COM property "EnableMultiplePageItems" *

* @return Returns a value of type boolean */ @VTID(129) boolean enableMultiplePageItems(); /** *

* Setter method for the COM property "EnableMultiplePageItems" *

* @param rhs Mandatory boolean parameter. */ @VTID(130) void enableMultiplePageItems( boolean rhs); /** *

* Getter method for the COM property "AllItemsVisible" *

* @return Returns a value of type boolean */ @VTID(131) boolean allItemsVisible(); /** */ @VTID(132) void clearManualFilter(); /** */ @VTID(133) void clearAllFilters(); /** */ @VTID(134) void clearValueFilters(); /** */ @VTID(135) void clearLabelFilters(); /** * @param order Mandatory int parameter. * @param field Mandatory java.lang.String parameter. * @param pivotLine Optional parameter. Default value is com4j.Variant.getMissing() * @param customSubtotal Optional parameter. Default value is com4j.Variant.getMissing() */ @VTID(136) void autoSort( int order, java.lang.String field, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object pivotLine, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object customSubtotal); /** *

* Getter method for the COM property "SourceCaption" *

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

* Getter method for the COM property "ShowDetail" *

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

* Setter method for the COM property "ShowDetail" *

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

* Getter method for the COM property "RepeatLabels" *

* @return Returns a value of type boolean */ @VTID(140) boolean repeatLabels(); /** *

* Setter method for the COM property "RepeatLabels" *

* @param rhs Mandatory boolean parameter. */ @VTID(141) void repeatLabels( boolean rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy