net.rgielen.com4j.office2010.excel.GroupObject Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface GroupObject extends Com4jObject {
// 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();
/**
*
* Getter method for the COM property "BottomRightCell"
*
*/
@DISPID(615)
@PropGet
net.rgielen.com4j.office2010.excel.Range bottomRightCell();
/**
*/
@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);
/**
*
* Getter method for the COM property "Index"
*
*/
@DISPID(486)
@PropGet
int index();
/**
*
* 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);
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(110)
@PropPut
void name(
java.lang.String rhs);
/**
*
* 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);
/**
*
* Getter method for the COM property "TopLeftCell"
*
*/
@DISPID(620)
@PropGet
net.rgielen.com4j.office2010.excel.Range topLeftCell();
/**
*
* 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();
/**
*/
@DISPID(65563)
void _Dummy27();
/**
*/
@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);
/**
*/
@DISPID(65566)
void _Dummy30();
/**
*
* 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();
/**
*/
@DISPID(65572)
void _Dummy36();
/**
*/
@DISPID(65573)
void _Dummy37();
/**
*/
@DISPID(65574)
void _Dummy38();
/**
* @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);
/**
*/
@DISPID(65577)
void _Dummy41();
/**
*/
@DISPID(65578)
void _Dummy42();
/**
*/
@DISPID(65579)
void _Dummy43();
/**
*/
@DISPID(65580)
void _Dummy44();
/**
*/
@DISPID(65581)
void _Dummy45();
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*/
@DISPID(65583)
void _Dummy47();
/**
*/
@DISPID(65584)
void _Dummy48();
/**
*
* 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);
/**
*/
@DISPID(65586)
void _Dummy50();
/**
*
* Getter method for the COM property "Interior"
*
*/
@DISPID(129)
@PropGet
net.rgielen.com4j.office2010.excel.Interior interior();
/**
*/
@DISPID(65588)
void _Dummy52();
/**
*/
@DISPID(65589)
void _Dummy53();
/**
*/
@DISPID(65590)
void _Dummy54();
/**
*/
@DISPID(65591)
void _Dummy55();
/**
*/
@DISPID(65592)
void _Dummy56();
/**
*/
@DISPID(65593)
void _Dummy57();
/**
*/
@DISPID(65594)
void _Dummy58();
/**
*/
@DISPID(65595)
void _Dummy59();
/**
*/
@DISPID(65596)
void _Dummy60();
/**
*/
@DISPID(65597)
void _Dummy61();
/**
*/
@DISPID(65598)
void _Dummy62();
/**
*/
@DISPID(65599)
void _Dummy63();
/**
*
* 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);
/**
*/
@DISPID(65601)
void _Dummy65();
/**
*/
@DISPID(65602)
void _Dummy66();
/**
*/
@DISPID(65603)
void _Dummy67();
/**
*/
@DISPID(65604)
void _Dummy68();
/**
*
* 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);
/**
*/
@DISPID(65606)
void _Dummy70();
/**
*
* 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);
/**
*/
@DISPID(65608)
void _Dummy72();
/**
*/
@DISPID(65609)
void _Dummy73();
/**
*/
@DISPID(244)
com4j.Com4jObject ungroup();
/**
*/
@DISPID(65611)
void _Dummy75();
/**
*
* 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);
/**
*/
@DISPID(65613)
void _Dummy77();
/**
*
* 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);
// Properties:
}