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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Slicer 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 "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 "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 "Top" *

*/ @DISPID(126) @PropGet double top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @DISPID(126) @PropPut void top( double rhs); /** *

* Getter method for the COM property "Left" *

*/ @DISPID(127) @PropGet double left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory double parameter. */ @DISPID(127) @PropPut void left( double rhs); /** *

* Getter method for the COM property "DisableMoveResizeUI" *

*/ @DISPID(2983) @PropGet boolean disableMoveResizeUI(); /** *

* Setter method for the COM property "DisableMoveResizeUI" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2983) @PropPut void disableMoveResizeUI( boolean rhs); /** *

* Getter method for the COM property "Width" *

*/ @DISPID(122) @PropGet double width(); /** *

* Setter method for the COM property "Width" *

* @param rhs Mandatory double parameter. */ @DISPID(122) @PropPut void width( double rhs); /** *

* Getter method for the COM property "Height" *

*/ @DISPID(123) @PropGet double height(); /** *

* Setter method for the COM property "Height" *

* @param rhs Mandatory double parameter. */ @DISPID(123) @PropPut void height( double rhs); /** *

* Getter method for the COM property "RowHeight" *

*/ @DISPID(272) @PropGet double rowHeight(); /** *

* Setter method for the COM property "RowHeight" *

* @param rhs Mandatory double parameter. */ @DISPID(272) @PropPut void rowHeight( double rhs); /** *

* Getter method for the COM property "ColumnWidth" *

*/ @DISPID(242) @PropGet double columnWidth(); /** *

* Setter method for the COM property "ColumnWidth" *

* @param rhs Mandatory double parameter. */ @DISPID(242) @PropPut void columnWidth( double rhs); /** *

* Getter method for the COM property "NumberOfColumns" *

*/ @DISPID(2984) @PropGet int numberOfColumns(); /** *

* Setter method for the COM property "NumberOfColumns" *

* @param rhs Mandatory int parameter. */ @DISPID(2984) @PropPut void numberOfColumns( int rhs); /** *

* Getter method for the COM property "DisplayHeader" *

*/ @DISPID(2985) @PropGet boolean displayHeader(); /** *

* Setter method for the COM property "DisplayHeader" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2985) @PropPut void displayHeader( boolean rhs); /** *

* Getter method for the COM property "Locked" *

*/ @DISPID(269) @PropGet boolean locked(); /** *

* Setter method for the COM property "Locked" *

* @param rhs Mandatory boolean parameter. */ @DISPID(269) @PropPut void locked( boolean rhs); /** *

* Getter method for the COM property "SlicerCache" *

*/ @DISPID(2986) @PropGet net.rgielen.com4j.office2010.excel.SlicerCache slicerCache(); /** *

* Getter method for the COM property "SlicerCacheLevel" *

*/ @DISPID(2987) @PropGet net.rgielen.com4j.office2010.excel.SlicerCacheLevel slicerCacheLevel(); /** *

* Getter method for the COM property "Shape" *

*/ @DISPID(1582) @PropGet net.rgielen.com4j.office2010.excel.Shape shape(); /** *

* Getter method for the COM property "Style" *

*/ @DISPID(260) @PropGet java.lang.Object style(); /** *

* Setter method for the COM property "Style" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(260) @PropPut void style( java.lang.Object rhs); /** */ @DISPID(117) void delete(); /** */ @DISPID(565) void cut(); /** */ @DISPID(551) void copy(); /** *

* Getter method for the COM property "ActiveItem" *

*/ @DISPID(2988) @PropGet net.rgielen.com4j.office2010.excel.SlicerItem activeItem(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy