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

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

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

import com4j.*;

@IID("{00020899-0001-0000-C000-000000000046}")
public interface IGroupObjects 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(); /** */ @VTID(44) void _Dummy27(); /** */ @VTID(45) void _Dummy28(); /** *

* Getter method for the COM property "AddIndent" *

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

* Setter method for the COM property "AddIndent" *

* @param rhs Mandatory boolean parameter. */ @VTID(47) void addIndent( boolean rhs); /** */ @VTID(48) void _Dummy30(); /** *

* Getter method for the COM property "ArrowHeadLength" *

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

* Setter method for the COM property "ArrowHeadLength" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(50) 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(51) @ReturnValue(type=NativeType.VARIANT) java.lang.Object arrowHeadStyle(); /** *

* Setter method for the COM property "ArrowHeadStyle" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(52) 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(53) @ReturnValue(type=NativeType.VARIANT) java.lang.Object arrowHeadWidth(); /** *

* Setter method for the COM property "ArrowHeadWidth" *

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

* Getter method for the COM property "AutoSize" *

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

* Setter method for the COM property "AutoSize" *

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

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(57) net.rgielen.com4j.office2010.excel.Border border(); /** */ @VTID(58) void _Dummy36(); /** */ @VTID(59) void _Dummy37(); /** */ @VTID(60) 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() * @return Returns a value of type java.lang.Object */ @VTID(61) @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(62) @DefaultMethod int _Default(); /** *

* Setter method for the COM property "_Default" *

* @param rhs Mandatory int parameter. */ @VTID(63) @DefaultMethod void _Default( int rhs); /** */ @VTID(64) void _Dummy41(); /** */ @VTID(65) void _Dummy42(); /** */ @VTID(66) void _Dummy43(); /** */ @VTID(67) void _Dummy44(); /** */ @VTID(68) void _Dummy45(); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font */ @VTID(69) net.rgielen.com4j.office2010.excel.Font font(); /** */ @VTID(70) void _Dummy47(); /** */ @VTID(71) void _Dummy48(); /** *

* Getter method for the COM property "HorizontalAlignment" *

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

* Setter method for the COM property "HorizontalAlignment" *

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

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(75) net.rgielen.com4j.office2010.excel.Interior interior(); /** */ @VTID(76) void _Dummy52(); /** */ @VTID(77) void _Dummy53(); /** */ @VTID(78) void _Dummy54(); /** */ @VTID(79) void _Dummy55(); /** */ @VTID(80) void _Dummy56(); /** */ @VTID(81) void _Dummy57(); /** */ @VTID(82) void _Dummy58(); /** */ @VTID(83) void _Dummy59(); /** */ @VTID(84) void _Dummy60(); /** */ @VTID(85) void _Dummy61(); /** */ @VTID(86) void _Dummy62(); /** */ @VTID(87) void _Dummy63(); /** *

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(89) void orientation( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** */ @VTID(90) void _Dummy65(); /** */ @VTID(91) void _Dummy66(); /** */ @VTID(92) void _Dummy67(); /** */ @VTID(93) void _Dummy68(); /** *

* Getter method for the COM property "RoundedCorners" *

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

* Setter method for the COM property "RoundedCorners" *

* @param rhs Mandatory boolean parameter. */ @VTID(95) void roundedCorners( boolean rhs); /** */ @VTID(96) void _Dummy70(); /** *

* Getter method for the COM property "Shadow" *

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

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @VTID(98) void shadow( boolean rhs); /** */ @VTID(99) void _Dummy72(); /** */ @VTID(100) void _Dummy73(); /** * @return Returns a value of type com4j.Com4jObject */ @VTID(101) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject ungroup(); /** */ @VTID(102) void _Dummy75(); /** *

* Getter method for the COM property "VerticalAlignment" *

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

* Setter method for the COM property "VerticalAlignment" *

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

* Getter method for the COM property "ReadingOrder" *

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

* Setter method for the COM property "ReadingOrder" *

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

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @VTID(108) int count(); /** * @return Returns a value of type net.rgielen.com4j.office2010.excel.GroupObject */ @VTID(109) net.rgielen.com4j.office2010.excel.GroupObject group(); /** * @param index Mandatory java.lang.Object parameter. * @return Returns a value of type com4j.Com4jObject */ @VTID(110) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** */ @VTID(111) java.util.Iterator iterator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy