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

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

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

import com4j.*;

@IID("{000244C8-0001-0000-C000-000000000046}")
public interface ISlicer 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 "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "Caption" *

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

* Setter method for the COM property "Caption" *

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

* Getter method for the COM property "Top" *

* @return Returns a value of type double */ @VTID(14) double top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @VTID(15) void top( double rhs); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type double */ @VTID(16) double left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory double parameter. */ @VTID(17) void left( double rhs); /** *

* Getter method for the COM property "DisableMoveResizeUI" *

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

* Setter method for the COM property "DisableMoveResizeUI" *

* @param rhs Mandatory boolean parameter. */ @VTID(19) void disableMoveResizeUI( boolean rhs); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type double */ @VTID(20) double width(); /** *

* Setter method for the COM property "Width" *

* @param rhs Mandatory double parameter. */ @VTID(21) void width( double rhs); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type double */ @VTID(22) double height(); /** *

* Setter method for the COM property "Height" *

* @param rhs Mandatory double parameter. */ @VTID(23) void height( double rhs); /** *

* Getter method for the COM property "RowHeight" *

* @return Returns a value of type double */ @VTID(24) double rowHeight(); /** *

* Setter method for the COM property "RowHeight" *

* @param rhs Mandatory double parameter. */ @VTID(25) void rowHeight( double rhs); /** *

* Getter method for the COM property "ColumnWidth" *

* @return Returns a value of type double */ @VTID(26) double columnWidth(); /** *

* Setter method for the COM property "ColumnWidth" *

* @param rhs Mandatory double parameter. */ @VTID(27) void columnWidth( double rhs); /** *

* Getter method for the COM property "NumberOfColumns" *

* @return Returns a value of type int */ @VTID(28) int numberOfColumns(); /** *

* Setter method for the COM property "NumberOfColumns" *

* @param rhs Mandatory int parameter. */ @VTID(29) void numberOfColumns( int rhs); /** *

* Getter method for the COM property "DisplayHeader" *

* @return Returns a value of type boolean */ @VTID(30) boolean displayHeader(); /** *

* Setter method for the COM property "DisplayHeader" *

* @param rhs Mandatory boolean parameter. */ @VTID(31) void displayHeader( boolean rhs); /** *

* Getter method for the COM property "Locked" *

* @return Returns a value of type boolean */ @VTID(32) boolean locked(); /** *

* Setter method for the COM property "Locked" *

* @param rhs Mandatory boolean parameter. */ @VTID(33) void locked( boolean rhs); /** *

* Getter method for the COM property "SlicerCache" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.SlicerCache */ @VTID(34) net.rgielen.com4j.office2010.excel.SlicerCache slicerCache(); /** *

* Getter method for the COM property "SlicerCacheLevel" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.SlicerCacheLevel */ @VTID(35) net.rgielen.com4j.office2010.excel.SlicerCacheLevel slicerCacheLevel(); /** *

* Getter method for the COM property "Shape" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Shape */ @VTID(36) net.rgielen.com4j.office2010.excel.Shape shape(); /** *

* Getter method for the COM property "Style" *

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

* Setter method for the COM property "Style" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(38) void style( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** */ @VTID(39) void delete(); /** */ @VTID(40) void cut(); /** */ @VTID(41) void copy(); /** *

* Getter method for the COM property "ActiveItem" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.SlicerItem */ @VTID(42) net.rgielen.com4j.office2010.excel.SlicerItem activeItem(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy