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

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

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

import com4j.*;

@IID("{0002088F-0001-0000-C000-000000000046}")
public interface IDialogFrame 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(); /** */ @VTID(10) void _Dummy3(); /** */ @VTID(11) void _Dummy4(); /** */ @VTID(12) void _Dummy5(); /** * @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); /** */ @VTID(14) void _Dummy7(); /** */ @VTID(15) void _Dummy8(); /** */ @VTID(16) void _Dummy9(); /** */ @VTID(17) void _Dummy10(); /** *

* Getter method for the COM property "Height" *

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

* Setter method for the COM property "Height" *

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

* Getter method for the COM property "Left" *

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

* Setter method for the COM property "Left" *

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

* Getter method for the COM property "Locked" *

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

* Setter method for the COM property "Locked" *

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

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "OnAction" *

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

* Setter method for the COM property "OnAction" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(28) void onAction( java.lang.String rhs); /** */ @VTID(29) void _Dummy17(); /** */ @VTID(30) void _Dummy18(); /** * @param replace Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(31) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object replace); /** */ @VTID(32) void _Dummy20(); /** *

* Getter method for the COM property "Top" *

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

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @VTID(34) void top( double rhs); /** */ @VTID(35) void _Dummy22(); /** */ @VTID(36) void _Dummy23(); /** *

* Getter method for the COM property "Width" *

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

* Setter method for the COM property "Width" *

* @param rhs Mandatory double parameter. */ @VTID(38) void width( double rhs); /** */ @VTID(39) void _Dummy25(); /** *

* Getter method for the COM property "ShapeRange" *

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

* Getter method for the COM property "Caption" *

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

* Setter method for the COM property "Caption" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(42) 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(43) 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(44) @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 "LockedText" *

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

* Setter method for the COM property "LockedText" *

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

* Getter method for the COM property "Text" *

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

* Setter method for the COM property "Text" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(48) void text( java.lang.String rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy