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

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

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

import com4j.*;

@IID("{00024440-0001-0000-C000-000000000046}")
public interface IControlFormat 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(); /** * @param text Mandatory java.lang.String parameter. * @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @VTID(10) void addItem( java.lang.String text, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** */ @VTID(11) void removeAllItems(); /** * @param index Mandatory int parameter. * @param count Optional parameter. Default value is com4j.Variant.getMissing() */ @VTID(12) void removeItem( int index, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object count); /** *

* Getter method for the COM property "DropDownLines" *

* @return Returns a value of type int */ @VTID(13) int dropDownLines(); /** *

* Setter method for the COM property "DropDownLines" *

* @param rhs Mandatory int parameter. */ @VTID(14) void dropDownLines( int rhs); /** *

* Getter method for the COM property "Enabled" *

* @return Returns a value of type boolean */ @VTID(15) boolean enabled(); /** *

* Setter method for the COM property "Enabled" *

* @param rhs Mandatory boolean parameter. */ @VTID(16) void enabled( boolean rhs); /** *

* Getter method for the COM property "LargeChange" *

* @return Returns a value of type int */ @VTID(17) int largeChange(); /** *

* Setter method for the COM property "LargeChange" *

* @param rhs Mandatory int parameter. */ @VTID(18) void largeChange( int rhs); /** *

* Getter method for the COM property "LinkedCell" *

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

* Setter method for the COM property "LinkedCell" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(20) void linkedCell( java.lang.String rhs); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(21) @ReturnValue(type=NativeType.VARIANT) java.lang.Object list( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "ListCount" *

* @return Returns a value of type int */ @VTID(22) int listCount(); /** *

* Setter method for the COM property "ListCount" *

* @param rhs Mandatory int parameter. */ @VTID(23) void listCount( int rhs); /** *

* Getter method for the COM property "ListFillRange" *

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

* Setter method for the COM property "ListFillRange" *

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

* Getter method for the COM property "ListIndex" *

* @return Returns a value of type int */ @VTID(26) int listIndex(); /** *

* Setter method for the COM property "ListIndex" *

* @param rhs Mandatory int parameter. */ @VTID(27) void listIndex( int rhs); /** *

* Getter method for the COM property "LockedText" *

* @return Returns a value of type boolean */ @VTID(28) boolean lockedText(); /** *

* Setter method for the COM property "LockedText" *

* @param rhs Mandatory boolean parameter. */ @VTID(29) void lockedText( boolean rhs); /** *

* Getter method for the COM property "Max" *

* @return Returns a value of type int */ @VTID(30) int max(); /** *

* Setter method for the COM property "Max" *

* @param rhs Mandatory int parameter. */ @VTID(31) void max( int rhs); /** *

* Getter method for the COM property "Min" *

* @return Returns a value of type int */ @VTID(32) int min(); /** *

* Setter method for the COM property "Min" *

* @param rhs Mandatory int parameter. */ @VTID(33) void min( int rhs); /** *

* Getter method for the COM property "MultiSelect" *

* @return Returns a value of type int */ @VTID(34) int multiSelect(); /** *

* Setter method for the COM property "MultiSelect" *

* @param rhs Mandatory int parameter. */ @VTID(35) void multiSelect( int rhs); /** *

* Getter method for the COM property "PrintObject" *

* @return Returns a value of type boolean */ @VTID(36) boolean printObject(); /** *

* Setter method for the COM property "PrintObject" *

* @param rhs Mandatory boolean parameter. */ @VTID(37) void printObject( boolean rhs); /** *

* Getter method for the COM property "SmallChange" *

* @return Returns a value of type int */ @VTID(38) int smallChange(); /** *

* Setter method for the COM property "SmallChange" *

* @param rhs Mandatory int parameter. */ @VTID(39) void smallChange( int rhs); /** *

* Getter method for the COM property "_Default" *

* @return Returns a value of type int */ @VTID(40) @DefaultMethod int _Default(); /** *

* Setter method for the COM property "_Default" *

* @param rhs Mandatory int parameter. */ @VTID(41) @DefaultMethod void _Default( int rhs); /** *

* Getter method for the COM property "Value" *

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

* Setter method for the COM property "Value" *

* @param rhs Mandatory int parameter. */ @VTID(43) void value( int rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy