net.rgielen.com4j.office2010.excel.DrawingObjects Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface DrawingObjects extends Com4jObject,Iterable {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*/
@DISPID(65539)
void _Dummy3();
/**
*/
@DISPID(602)
java.lang.Object bringToFront();
/**
*/
@DISPID(551)
java.lang.Object copy();
/**
* @param appearance Optional parameter. Default value is 2
* @param format Optional parameter. Default value is -4147
*/
@DISPID(213)
java.lang.Object copyPicture(
@Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlPictureAppearance appearance,
@Optional @DefaultValue("-4147") net.rgielen.com4j.office2010.excel.XlCopyPictureFormat format);
/**
*/
@DISPID(565)
java.lang.Object cut();
/**
*/
@DISPID(117)
java.lang.Object delete();
/**
*/
@DISPID(1039)
com4j.Com4jObject duplicate();
/**
*
* Getter method for the COM property "Enabled"
*
*/
@DISPID(600)
@PropGet
boolean enabled();
/**
*
* Setter method for the COM property "Enabled"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(600)
@PropPut
void enabled(
boolean rhs);
/**
*
* Getter method for the COM property "Height"
*
*/
@DISPID(123)
@PropGet
double height();
/**
*
* Setter method for the COM property "Height"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(123)
@PropPut
void height(
double rhs);
/**
*/
@DISPID(65548)
void _Dummy12();
/**
*
* Getter method for the COM property "Left"
*
*/
@DISPID(127)
@PropGet
double left();
/**
*
* Setter method for the COM property "Left"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(127)
@PropPut
void left(
double rhs);
/**
*
* Getter method for the COM property "Locked"
*
*/
@DISPID(269)
@PropGet
boolean locked();
/**
*
* Setter method for the COM property "Locked"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(269)
@PropPut
void locked(
boolean rhs);
/**
*/
@DISPID(65551)
void _Dummy15();
/**
*
* Getter method for the COM property "OnAction"
*
*/
@DISPID(596)
@PropGet
java.lang.String onAction();
/**
*
* Setter method for the COM property "OnAction"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(596)
@PropPut
void onAction(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Placement"
*
*/
@DISPID(617)
@PropGet
java.lang.Object placement();
/**
*
* Setter method for the COM property "Placement"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(617)
@PropPut
void placement(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "PrintObject"
*
*/
@DISPID(618)
@PropGet
boolean printObject();
/**
*
* Setter method for the COM property "PrintObject"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(618)
@PropPut
void printObject(
boolean rhs);
/**
* @param replace Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(235)
java.lang.Object select(
@Optional java.lang.Object replace);
/**
*/
@DISPID(605)
java.lang.Object sendToBack();
/**
*
* Getter method for the COM property "Top"
*
*/
@DISPID(126)
@PropGet
double top();
/**
*
* Setter method for the COM property "Top"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(126)
@PropPut
void top(
double rhs);
/**
*/
@DISPID(65558)
void _Dummy22();
/**
*
* Getter method for the COM property "Visible"
*
*/
@DISPID(558)
@PropGet
boolean visible();
/**
*
* Setter method for the COM property "Visible"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(558)
@PropPut
void visible(
boolean rhs);
/**
*
* Getter method for the COM property "Width"
*
*/
@DISPID(122)
@PropGet
double width();
/**
*
* Setter method for the COM property "Width"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(122)
@PropPut
void width(
double rhs);
/**
*
* Getter method for the COM property "ZOrder"
*
*/
@DISPID(622)
@PropGet
int zOrder();
/**
*
* Getter method for the COM property "ShapeRange"
*
*/
@DISPID(1528)
@PropGet
net.rgielen.com4j.office2010.excel.ShapeRange shapeRange();
/**
*
* Getter method for the COM property "Accelerator"
*
*/
@DISPID(846)
@PropGet
java.lang.Object accelerator();
/**
*
* Setter method for the COM property "Accelerator"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(846)
@PropPut
void accelerator(
java.lang.Object rhs);
/**
*/
@DISPID(65564)
void _Dummy28();
/**
*
* Getter method for the COM property "AddIndent"
*
*/
@DISPID(1063)
@PropGet
boolean addIndent();
/**
*
* Setter method for the COM property "AddIndent"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1063)
@PropPut
void addIndent(
boolean rhs);
/**
* @param text Mandatory java.lang.Object parameter.
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(851)
java.lang.Object addItem(
java.lang.Object text,
@Optional java.lang.Object index);
/**
*
* Getter method for the COM property "ArrowHeadLength"
*
*/
@DISPID(611)
@PropGet
java.lang.Object arrowHeadLength();
/**
*
* Setter method for the COM property "ArrowHeadLength"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(611)
@PropPut
void arrowHeadLength(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "ArrowHeadStyle"
*
*/
@DISPID(612)
@PropGet
java.lang.Object arrowHeadStyle();
/**
*
* Setter method for the COM property "ArrowHeadStyle"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(612)
@PropPut
void arrowHeadStyle(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "ArrowHeadWidth"
*
*/
@DISPID(613)
@PropGet
java.lang.Object arrowHeadWidth();
/**
*
* Setter method for the COM property "ArrowHeadWidth"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(613)
@PropPut
void arrowHeadWidth(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "AutoSize"
*
*/
@DISPID(614)
@PropGet
boolean autoSize();
/**
*
* Setter method for the COM property "AutoSize"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(614)
@PropPut
void autoSize(
boolean rhs);
/**
*
* Getter method for the COM property "Border"
*
*/
@DISPID(128)
@PropGet
net.rgielen.com4j.office2010.excel.Border border();
/**
*
* Getter method for the COM property "CancelButton"
*
*/
@DISPID(858)
@PropGet
boolean cancelButton();
/**
*
* Setter method for the COM property "CancelButton"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(858)
@PropPut
void cancelButton(
boolean rhs);
/**
*
* Getter method for the COM property "Caption"
*
*/
@DISPID(139)
@PropGet
java.lang.String caption();
/**
*
* Setter method for the COM property "Caption"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(139)
@PropPut
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()
*/
@DISPID(603)
@PropGet
net.rgielen.com4j.office2010.excel.Characters characters(
@Optional java.lang.Object start,
@Optional 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()
*/
@DISPID(505)
java.lang.Object checkSpelling(
@Optional java.lang.Object customDictionary,
@Optional java.lang.Object ignoreUppercase,
@Optional java.lang.Object alwaysSuggest,
@Optional java.lang.Object spellLang);
/**
*
* Getter method for the COM property "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
int _Default();
/**
*
* Setter method for the COM property "_Default"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(0)
@PropPut
@DefaultMethod
void _Default(
int rhs);
/**
*
* Getter method for the COM property "DefaultButton"
*
*/
@DISPID(857)
@PropGet
boolean defaultButton();
/**
*
* Setter method for the COM property "DefaultButton"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(857)
@PropPut
void defaultButton(
boolean rhs);
/**
*
* Getter method for the COM property "DismissButton"
*
*/
@DISPID(859)
@PropGet
boolean dismissButton();
/**
*
* Setter method for the COM property "DismissButton"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(859)
@PropPut
void dismissButton(
boolean rhs);
/**
*
* Getter method for the COM property "Display3DShading"
*
*/
@DISPID(1122)
@PropGet
boolean display3DShading();
/**
*
* Setter method for the COM property "Display3DShading"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1122)
@PropPut
void display3DShading(
boolean rhs);
/**
*
* Getter method for the COM property "DisplayVerticalScrollBar"
*
*/
@DISPID(922)
@PropGet
boolean displayVerticalScrollBar();
/**
*
* Setter method for the COM property "DisplayVerticalScrollBar"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(922)
@PropPut
void displayVerticalScrollBar(
boolean rhs);
/**
*
* Getter method for the COM property "DropDownLines"
*
*/
@DISPID(848)
@PropGet
int dropDownLines();
/**
*
* Setter method for the COM property "DropDownLines"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(848)
@PropPut
void dropDownLines(
int rhs);
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*/
@DISPID(65583)
void _Dummy47();
/**
*
* Getter method for the COM property "HelpButton"
*
*/
@DISPID(860)
@PropGet
boolean helpButton();
/**
*
* Setter method for the COM property "HelpButton"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(860)
@PropPut
void helpButton(
boolean rhs);
/**
*
* Getter method for the COM property "HorizontalAlignment"
*
*/
@DISPID(136)
@PropGet
java.lang.Object horizontalAlignment();
/**
*
* Setter method for the COM property "HorizontalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(136)
@PropPut
void horizontalAlignment(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "InputType"
*
*/
@DISPID(854)
@PropGet
int inputType();
/**
*
* Setter method for the COM property "InputType"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(854)
@PropPut
void inputType(
int rhs);
/**
*
* Getter method for the COM property "Interior"
*
*/
@DISPID(129)
@PropGet
net.rgielen.com4j.office2010.excel.Interior interior();
/**
*
* Getter method for the COM property "LargeChange"
*
*/
@DISPID(845)
@PropGet
int largeChange();
/**
*
* Setter method for the COM property "LargeChange"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(845)
@PropPut
void largeChange(
int rhs);
/**
*
* Getter method for the COM property "LinkedCell"
*
*/
@DISPID(1058)
@PropGet
java.lang.String linkedCell();
/**
*
* Setter method for the COM property "LinkedCell"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(1058)
@PropPut
void linkedCell(
java.lang.String rhs);
/**
*/
@DISPID(65590)
void _Dummy54();
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(861)
java.lang.Object list(
@Optional java.lang.Object index);
/**
*/
@DISPID(65592)
void _Dummy56();
/**
*
* Getter method for the COM property "ListFillRange"
*
*/
@DISPID(847)
@PropGet
java.lang.String listFillRange();
/**
*
* Setter method for the COM property "ListFillRange"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(847)
@PropPut
void listFillRange(
java.lang.String rhs);
/**
*
* Getter method for the COM property "ListIndex"
*
*/
@DISPID(850)
@PropGet
int listIndex();
/**
*
* Setter method for the COM property "ListIndex"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(850)
@PropPut
void listIndex(
int rhs);
/**
*
* Getter method for the COM property "LockedText"
*
*/
@DISPID(616)
@PropGet
boolean lockedText();
/**
*
* Setter method for the COM property "LockedText"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(616)
@PropPut
void lockedText(
boolean rhs);
/**
*
* Getter method for the COM property "Max"
*
*/
@DISPID(842)
@PropGet
int max();
/**
*
* Setter method for the COM property "Max"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(842)
@PropPut
void max(
int rhs);
/**
*
* Getter method for the COM property "Min"
*
*/
@DISPID(843)
@PropGet
int min();
/**
*
* Setter method for the COM property "Min"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(843)
@PropPut
void min(
int rhs);
/**
*
* Getter method for the COM property "MultiLine"
*
*/
@DISPID(855)
@PropGet
boolean multiLine();
/**
*
* Setter method for the COM property "MultiLine"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(855)
@PropPut
void multiLine(
boolean rhs);
/**
*
* Getter method for the COM property "MultiSelect"
*
*/
@DISPID(32)
@PropGet
boolean multiSelect();
/**
*
* Setter method for the COM property "MultiSelect"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(32)
@PropPut
void multiSelect(
boolean rhs);
/**
*
* Getter method for the COM property "Orientation"
*
*/
@DISPID(134)
@PropGet
java.lang.Object orientation();
/**
*
* Setter method for the COM property "Orientation"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(134)
@PropPut
void orientation(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "PhoneticAccelerator"
*
*/
@DISPID(1121)
@PropGet
java.lang.Object phoneticAccelerator();
/**
*
* Setter method for the COM property "PhoneticAccelerator"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1121)
@PropPut
void phoneticAccelerator(
java.lang.Object rhs);
/**
*/
@DISPID(853)
java.lang.Object removeAllItems();
/**
* @param index Mandatory int parameter.
* @param count Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(852)
java.lang.Object removeItem(
int index,
@Optional 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()
*/
@DISPID(604)
java.lang.Object reshape(
int vertex,
java.lang.Object insert,
@Optional java.lang.Object left,
@Optional java.lang.Object top);
/**
*
* Getter method for the COM property "RoundedCorners"
*
*/
@DISPID(619)
@PropGet
boolean roundedCorners();
/**
*
* Setter method for the COM property "RoundedCorners"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(619)
@PropPut
void roundedCorners(
boolean rhs);
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(1123)
java.lang.Object selected(
@Optional java.lang.Object index);
/**
*
* Getter method for the COM property "Shadow"
*
*/
@DISPID(103)
@PropGet
boolean shadow();
/**
*
* Setter method for the COM property "Shadow"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(103)
@PropPut
void shadow(
boolean rhs);
/**
*
* Getter method for the COM property "SmallChange"
*
*/
@DISPID(844)
@PropGet
int smallChange();
/**
*
* Setter method for the COM property "SmallChange"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(844)
@PropPut
void smallChange(
int rhs);
/**
*
* Getter method for the COM property "Text"
*
*/
@DISPID(138)
@PropGet
java.lang.String text();
/**
*
* Setter method for the COM property "Text"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(138)
@PropPut
void text(
java.lang.String rhs);
/**
*/
@DISPID(244)
com4j.Com4jObject ungroup();
/**
*
* Getter method for the COM property "Value"
*
*/
@DISPID(6)
@PropGet
int value();
/**
*
* Setter method for the COM property "Value"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(6)
@PropPut
void value(
int rhs);
/**
*
* Getter method for the COM property "VerticalAlignment"
*
*/
@DISPID(137)
@PropGet
java.lang.Object verticalAlignment();
/**
*
* Setter method for the COM property "VerticalAlignment"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(137)
@PropPut
void verticalAlignment(
java.lang.Object rhs);
/**
* @param index1 Optional parameter. Default value is com4j.Variant.getMissing()
* @param index2 Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(621)
java.lang.Object vertices(
@Optional java.lang.Object index1,
@Optional java.lang.Object index2);
/**
*
* Getter method for the COM property "ReadingOrder"
*
*/
@DISPID(975)
@PropGet
int readingOrder();
/**
*
* Setter method for the COM property "ReadingOrder"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(975)
@PropPut
void readingOrder(
int rhs);
/**
*
* Getter method for the COM property "Count"
*
*/
@DISPID(118)
@PropGet
int count();
/**
* @param index Mandatory java.lang.Object parameter.
*/
@DISPID(170)
com4j.Com4jObject item(
java.lang.Object index);
/**
*/
@DISPID(46)
net.rgielen.com4j.office2010.excel.GroupObject group();
/**
* @param link Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(856)
java.lang.Object linkCombo(
@Optional java.lang.Object link);
/**
*/
@DISPID(-4)
java.util.Iterator iterator();
// Properties:
}