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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface SlicerCacheLevel 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 com4j.Com4jObject parent(); /** *

* Getter method for the COM property "SlicerItems" *

*/ @DISPID(2977) @PropGet net.rgielen.com4j.office2010.excel.SlicerItems slicerItems(); /** *

* Getter method for the COM property "Count" *

*/ @DISPID(118) @PropGet int count(); /** *

* Getter method for the COM property "Ordinal" *

*/ @DISPID(2981) @PropGet int ordinal(); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** *

* Getter method for the COM property "CrossFilterType" *

*/ @DISPID(2978) @PropGet net.rgielen.com4j.office2010.excel.XlSlicerCrossFilterType crossFilterType(); /** *

* Setter method for the COM property "CrossFilterType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSlicerCrossFilterType parameter. */ @DISPID(2978) @PropPut void crossFilterType( net.rgielen.com4j.office2010.excel.XlSlicerCrossFilterType rhs); /** *

* Getter method for the COM property "SortItems" *

*/ @DISPID(2979) @PropGet net.rgielen.com4j.office2010.excel.XlSlicerSort sortItems(); /** *

* Setter method for the COM property "SortItems" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSlicerSort parameter. */ @DISPID(2979) @PropPut void sortItems( net.rgielen.com4j.office2010.excel.XlSlicerSort rhs); /** *

* Getter method for the COM property "VisibleSlicerItemsList" *

*/ @DISPID(2976) @PropGet java.lang.Object visibleSlicerItemsList(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy