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

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

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

import com4j.*;

@IID("{0002086F-0001-0000-C000-000000000046}")
public interface IDrawingObjects extends Com4jObject,Iterable {
  // 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(); /** * @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); /** */ @VTID(21) void _Dummy12(); /** *

* 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); /** */ @VTID(26) void _Dummy15(); /** *

* 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); /** *

* Getter method for the COM property "Placement" *

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

* Setter method for the COM property "Placement" *

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

* Getter method for the COM property "PrintObject" *

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

* Setter method for the COM property "PrintObject" *

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

* Getter method for the COM property "Top" *

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

* Setter method for the COM property "Top" *

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

* Getter method for the COM property "Visible" *

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

* Setter method for the COM property "Visible" *

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

* Getter method for the COM property "Width" *

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

* Setter method for the COM property "Width" *

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

* Getter method for the COM property "ZOrder" *

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

* Getter method for the COM property "ShapeRange" *

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

* Getter method for the COM property "Accelerator" *

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

* Setter method for the COM property "Accelerator" *

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

* Getter method for the COM property "AddIndent" *

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

* Setter method for the COM property "AddIndent" *

* @param rhs Mandatory boolean parameter. */ @VTID(48) void addIndent( boolean rhs); /** * @param text Mandatory java.lang.Object parameter. * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(49) @ReturnValue(type=NativeType.VARIANT) java.lang.Object addItem( @MarshalAs(NativeType.VARIANT) java.lang.Object text, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "ArrowHeadLength" *

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

* Setter method for the COM property "ArrowHeadLength" *

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

* Getter method for the COM property "ArrowHeadStyle" *

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

* Setter method for the COM property "ArrowHeadStyle" *

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

* Getter method for the COM property "ArrowHeadWidth" *

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

* Setter method for the COM property "ArrowHeadWidth" *

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

* Getter method for the COM property "AutoSize" *

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

* Setter method for the COM property "AutoSize" *

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

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(58) net.rgielen.com4j.office2010.excel.Border border(); /** *

* Getter method for the COM property "CancelButton" *

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

* Setter method for the COM property "CancelButton" *

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

* Getter method for the COM property "Caption" *

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

* Setter method for the COM property "Caption" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(62) 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(63) 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(64) @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 "_Default" *

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

* Setter method for the COM property "_Default" *

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

* Getter method for the COM property "DefaultButton" *

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

* Setter method for the COM property "DefaultButton" *

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

* Getter method for the COM property "DismissButton" *

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

* Setter method for the COM property "DismissButton" *

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

* Getter method for the COM property "Display3DShading" *

* @return Returns a value of type boolean */ @VTID(71) boolean display3DShading(); /** *

* Setter method for the COM property "Display3DShading" *

* @param rhs Mandatory boolean parameter. */ @VTID(72) void display3DShading( boolean rhs); /** *

* Getter method for the COM property "DisplayVerticalScrollBar" *

* @return Returns a value of type boolean */ @VTID(73) boolean displayVerticalScrollBar(); /** *

* Setter method for the COM property "DisplayVerticalScrollBar" *

* @param rhs Mandatory boolean parameter. */ @VTID(74) void displayVerticalScrollBar( boolean rhs); /** *

* Getter method for the COM property "DropDownLines" *

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

* Setter method for the COM property "DropDownLines" *

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

* Getter method for the COM property "Font" *

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

* Getter method for the COM property "HelpButton" *

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

* Setter method for the COM property "HelpButton" *

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

* Getter method for the COM property "HorizontalAlignment" *

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

* Setter method for the COM property "HorizontalAlignment" *

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

* Getter method for the COM property "InputType" *

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

* Setter method for the COM property "InputType" *

* @param rhs Mandatory int parameter. */ @VTID(84) void inputType( int rhs); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(85) net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "LargeChange" *

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

* Setter method for the COM property "LargeChange" *

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

* Getter method for the COM property "LinkedCell" *

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

* Setter method for the COM property "LinkedCell" *

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

* Getter method for the COM property "ListFillRange" *

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

* Setter method for the COM property "ListFillRange" *

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

* Getter method for the COM property "ListIndex" *

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

* Setter method for the COM property "ListIndex" *

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

* Getter method for the COM property "LockedText" *

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

* Setter method for the COM property "LockedText" *

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

* Getter method for the COM property "Max" *

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

* Setter method for the COM property "Max" *

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

* Getter method for the COM property "Min" *

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

* Setter method for the COM property "Min" *

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

* Getter method for the COM property "MultiLine" *

* @return Returns a value of type boolean */ @VTID(103) boolean multiLine(); /** *

* Setter method for the COM property "MultiLine" *

* @param rhs Mandatory boolean parameter. */ @VTID(104) void multiLine( boolean rhs); /** *

* Getter method for the COM property "MultiSelect" *

* @return Returns a value of type boolean */ @VTID(105) boolean multiSelect(); /** *

* Setter method for the COM property "MultiSelect" *

* @param rhs Mandatory boolean parameter. */ @VTID(106) void multiSelect( boolean rhs); /** *

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

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

* Getter method for the COM property "PhoneticAccelerator" *

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

* Setter method for the COM property "PhoneticAccelerator" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(110) void phoneticAccelerator( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** * @return Returns a value of type java.lang.Object */ @VTID(111) @ReturnValue(type=NativeType.VARIANT) java.lang.Object removeAllItems(); /** * @param index Mandatory int parameter. * @param count Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(112) @ReturnValue(type=NativeType.VARIANT) java.lang.Object removeItem( int index, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object count); /** * @param vertex Mandatory int parameter. * @param insert Mandatory java.lang.Object parameter. * @param left Optional parameter. Default value is com4j.Variant.getMissing() * @param top Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(113) @ReturnValue(type=NativeType.VARIANT) java.lang.Object reshape( int vertex, @MarshalAs(NativeType.VARIANT) java.lang.Object insert, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object left, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object top); /** *

* Getter method for the COM property "RoundedCorners" *

* @return Returns a value of type boolean */ @VTID(114) boolean roundedCorners(); /** *

* Setter method for the COM property "RoundedCorners" *

* @param rhs Mandatory boolean parameter. */ @VTID(115) void roundedCorners( boolean rhs); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(116) @ReturnValue(type=NativeType.VARIANT) java.lang.Object selected( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Shadow" *

* @return Returns a value of type boolean */ @VTID(117) boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @VTID(118) void shadow( boolean rhs); /** *

* Getter method for the COM property "SmallChange" *

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

* Setter method for the COM property "SmallChange" *

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

* Getter method for the COM property "Text" *

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

* Setter method for the COM property "Text" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(122) void text( java.lang.String rhs); /** * @return Returns a value of type com4j.Com4jObject */ @VTID(123) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject ungroup(); /** *

* Getter method for the COM property "Value" *

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

* Setter method for the COM property "Value" *

* @param rhs Mandatory int parameter. */ @VTID(125) void value( int rhs); /** *

* Getter method for the COM property "VerticalAlignment" *

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

* Setter method for the COM property "VerticalAlignment" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(127) void verticalAlignment( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** * @param index1 Optional parameter. Default value is com4j.Variant.getMissing() * @param index2 Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(128) @ReturnValue(type=NativeType.VARIANT) java.lang.Object vertices( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index1, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index2); /** *

* Getter method for the COM property "ReadingOrder" *

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

* Setter method for the COM property "ReadingOrder" *

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

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @VTID(131) int count(); /** * @param index Mandatory java.lang.Object parameter. * @return Returns a value of type com4j.Com4jObject */ @VTID(132) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** * @return Returns a value of type net.rgielen.com4j.office2010.excel.GroupObject */ @VTID(133) net.rgielen.com4j.office2010.excel.GroupObject group(); /** * @param link Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(134) @ReturnValue(type=NativeType.VARIANT) java.lang.Object linkCombo( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object link); /** */ @VTID(135) java.util.Iterator iterator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy