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

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

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

import com4j.*;

@IID("{0002087D-0001-0000-C000-000000000046}")
public interface IButton 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 "BottomRightCell" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range */ @VTID(10) net.rgielen.com4j.office2010.excel.Range bottomRightCell(); /** * @return Returns a value of type java.lang.Object */ @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object bringToFront(); /** * @return Returns a value of type java.lang.Object */ @VTID(12) @ReturnValue(type=NativeType.VARIANT) java.lang.Object copy(); /** * @param appearance Optional parameter. Default value is 2 * @param format Optional parameter. Default value is -4147 * @return Returns a value of type java.lang.Object */ @VTID(13) @ReturnValue(type=NativeType.VARIANT) java.lang.Object copyPicture( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlPictureAppearance appearance, @Optional @DefaultValue("-4147") net.rgielen.com4j.office2010.excel.XlCopyPictureFormat format); /** * @return Returns a value of type java.lang.Object */ @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object cut(); /** * @return Returns a value of type java.lang.Object */ @VTID(15) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** * @return Returns a value of type com4j.Com4jObject */ @VTID(16) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject duplicate(); /** *

* Getter method for the COM property "Enabled" *

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

* Setter method for the COM property "Enabled" *

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

* Getter method for the COM property "Height" *

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

* Setter method for the COM property "Height" *

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

* Getter method for the COM property "Index" *

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

* Getter method for the COM property "Left" *

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

* Setter method for the COM property "Left" *

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

* Getter method for the COM property "Locked" *

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

* Setter method for the COM property "Locked" *

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

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "OnAction" *

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

* Setter method for the COM property "OnAction" *

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

* Getter method for the COM property "Placement" *

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

* Setter method for the COM property "Placement" *

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

* Getter method for the COM property "PrintObject" *

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

* Setter method for the COM property "PrintObject" *

* @param rhs Mandatory boolean parameter. */ @VTID(33) void printObject( boolean rhs); /** * @param replace 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 select( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object replace); /** * @return Returns a value of type java.lang.Object */ @VTID(35) @ReturnValue(type=NativeType.VARIANT) java.lang.Object sendToBack(); /** *

* Getter method for the COM property "Top" *

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

* Setter method for the COM property "Top" *

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

* Getter method for the COM property "TopLeftCell" *

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

* Getter method for the COM property "Visible" *

* @return Returns a value of type boolean */ @VTID(39) boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @VTID(40) void visible( boolean rhs); /** *

* Getter method for the COM property "Width" *

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

* Setter method for the COM property "Width" *

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

* Getter method for the COM property "ZOrder" *

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

* Getter method for the COM property "ShapeRange" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ShapeRange */ @VTID(44) net.rgielen.com4j.office2010.excel.ShapeRange shapeRange(); /** *

* Getter method for the COM property "AddIndent" *

* @return Returns a value of type boolean */ @VTID(45) boolean addIndent(); /** *

* Setter method for the COM property "AddIndent" *

* @param rhs Mandatory boolean parameter. */ @VTID(46) void addIndent( boolean rhs); /** *

* Getter method for the COM property "AutoScaleFont" *

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

* Setter method for the COM property "AutoScaleFont" *

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

* Getter method for the COM property "AutoSize" *

* @return Returns a value of type boolean */ @VTID(49) boolean autoSize(); /** *

* Setter method for the COM property "AutoSize" *

* @param rhs Mandatory boolean parameter. */ @VTID(50) void autoSize( boolean rhs); /** *

* Getter method for the COM property "Caption" *

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

* Setter method for the COM property "Caption" *

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

* Getter method for the COM property "Characters" *

* @param start Optional parameter. Default value is com4j.Variant.getMissing() * @param length Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel.Characters */ @VTID(53) net.rgielen.com4j.office2010.excel.Characters characters( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); /** * @param customDictionary Optional parameter. Default value is com4j.Variant.getMissing() * @param ignoreUppercase Optional parameter. Default value is com4j.Variant.getMissing() * @param alwaysSuggest Optional parameter. Default value is com4j.Variant.getMissing() * @param spellLang Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(54) @ReturnValue(type=NativeType.VARIANT) java.lang.Object checkSpelling( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object customDictionary, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object ignoreUppercase, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object alwaysSuggest, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object spellLang); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font */ @VTID(55) net.rgielen.com4j.office2010.excel.Font font(); /** *

* Getter method for the COM property "Formula" *

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

* Setter method for the COM property "Formula" *

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

* Getter method for the COM property "HorizontalAlignment" *

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

* Setter method for the COM property "HorizontalAlignment" *

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

* Getter method for the COM property "LockedText" *

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

* Setter method for the COM property "LockedText" *

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

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

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

* Getter method for the COM property "Text" *

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

* Setter method for the COM property "Text" *

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

* Getter method for the COM property "VerticalAlignment" *

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

* Setter method for the COM property "VerticalAlignment" *

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

* Getter method for the COM property "ReadingOrder" *

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

* Setter method for the COM property "ReadingOrder" *

* @param rhs Mandatory int parameter. */ @VTID(69) void readingOrder( int rhs); /** *

* Getter method for the COM property "Accelerator" *

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

* Setter method for the COM property "Accelerator" *

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

* Getter method for the COM property "CancelButton" *

* @return Returns a value of type boolean */ @VTID(72) boolean cancelButton(); /** *

* Setter method for the COM property "CancelButton" *

* @param rhs Mandatory boolean parameter. */ @VTID(73) void cancelButton( boolean rhs); /** *

* Getter method for the COM property "DefaultButton" *

* @return Returns a value of type boolean */ @VTID(74) boolean defaultButton(); /** *

* Setter method for the COM property "DefaultButton" *

* @param rhs Mandatory boolean parameter. */ @VTID(75) void defaultButton( boolean rhs); /** *

* Getter method for the COM property "DismissButton" *

* @return Returns a value of type boolean */ @VTID(76) boolean dismissButton(); /** *

* Setter method for the COM property "DismissButton" *

* @param rhs Mandatory boolean parameter. */ @VTID(77) void dismissButton( boolean rhs); /** *

* Getter method for the COM property "HelpButton" *

* @return Returns a value of type boolean */ @VTID(78) boolean helpButton(); /** *

* Setter method for the COM property "HelpButton" *

* @param rhs Mandatory boolean parameter. */ @VTID(79) void helpButton( boolean rhs); /** *

* Getter method for the COM property "PhoneticAccelerator" *

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

* Setter method for the COM property "PhoneticAccelerator" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(81) void phoneticAccelerator( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy