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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface _OLEObject extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(-2147417964) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(-2147417963) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(-2147417962) @PropGet com4j.Com4jObject parent(); /** *

* Getter method for the COM property "BottomRightCell" *

*/ @DISPID(-2147417497) @PropGet net.rgielen.com4j.office2010.excel.Range bottomRightCell(); /** */ @DISPID(-2147417510) java.lang.Object bringToFront(); /** */ @DISPID(-2147417561) java.lang.Object copy(); /** * @param appearance Optional parameter. Default value is 2 * @param format Optional parameter. Default value is -4147 */ @DISPID(-2147417899) 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(-2147417547) java.lang.Object cut(); /** */ @DISPID(-2147417995) java.lang.Object delete(); /** */ @DISPID(-2147417073) com4j.Com4jObject duplicate(); /** *

* Getter method for the COM property "Enabled" *

*/ @DISPID(-2147417512) @PropGet boolean enabled(); /** *

* Setter method for the COM property "Enabled" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147417512) @PropPut void enabled( boolean rhs); /** *

* Getter method for the COM property "Height" *

*/ @DISPID(-2147417989) @PropGet double height(); /** *

* Setter method for the COM property "Height" *

* @param rhs Mandatory double parameter. */ @DISPID(-2147417989) @PropPut void height( double rhs); /** *

* Getter method for the COM property "Index" *

*/ @DISPID(-2147417626) @PropGet int index(); /** *

* Getter method for the COM property "Left" *

*/ @DISPID(-2147417985) @PropGet double left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory double parameter. */ @DISPID(-2147417985) @PropPut void left( double rhs); /** *

* Getter method for the COM property "Locked" *

*/ @DISPID(-2147417843) @PropGet boolean locked(); /** *

* Setter method for the COM property "Locked" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147417843) @PropPut void locked( boolean rhs); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(-2147418002) @PropGet java.lang.String name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(-2147418002) @PropPut void name( java.lang.String rhs); /** *

* Getter method for the COM property "OnAction" *

*/ @DISPID(-2147417516) @PropGet java.lang.String onAction(); /** *

* Setter method for the COM property "OnAction" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(-2147417516) @PropPut void onAction( java.lang.String rhs); /** *

* Getter method for the COM property "Placement" *

*/ @DISPID(-2147417495) @PropGet java.lang.Object placement(); /** *

* Setter method for the COM property "Placement" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(-2147417495) @PropPut void placement( java.lang.Object rhs); /** *

* Getter method for the COM property "PrintObject" *

*/ @DISPID(-2147417494) @PropGet boolean printObject(); /** *

* Setter method for the COM property "PrintObject" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147417494) @PropPut void printObject( boolean rhs); /** * @param replace Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(-2147417877) java.lang.Object select( @Optional java.lang.Object replace); /** */ @DISPID(-2147417507) java.lang.Object sendToBack(); /** *

* Getter method for the COM property "Top" *

*/ @DISPID(-2147417986) @PropGet double top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @DISPID(-2147417986) @PropPut void top( double rhs); /** *

* Getter method for the COM property "TopLeftCell" *

*/ @DISPID(-2147417492) @PropGet net.rgielen.com4j.office2010.excel.Range topLeftCell(); /** *

* Getter method for the COM property "Visible" *

*/ @DISPID(-2147417554) @PropGet boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147417554) @PropPut void visible( boolean rhs); /** *

* Getter method for the COM property "Width" *

*/ @DISPID(-2147417990) @PropGet double width(); /** *

* Setter method for the COM property "Width" *

* @param rhs Mandatory double parameter. */ @DISPID(-2147417990) @PropPut void width( double rhs); /** *

* Getter method for the COM property "ZOrder" *

*/ @DISPID(-2147417490) @PropGet int zOrder(); /** *

* Getter method for the COM property "ShapeRange" *

*/ @DISPID(-2147416584) @PropGet net.rgielen.com4j.office2010.excel.ShapeRange shapeRange(); /** *

* Getter method for the COM property "Border" *

*/ @DISPID(-2147417984) @PropGet net.rgielen.com4j.office2010.excel.Border border(); /** *

* Getter method for the COM property "Interior" *

*/ @DISPID(-2147417983) @PropGet net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Shadow" *

*/ @DISPID(-2147418009) @PropGet boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147418009) @PropPut void shadow( boolean rhs); /** */ @DISPID(-2147417808) java.lang.Object activate(); /** *

* Getter method for the COM property "AutoLoad" *

*/ @DISPID(-2147416926) @PropGet boolean autoLoad(); /** *

* Setter method for the COM property "AutoLoad" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147416926) @PropPut void autoLoad( boolean rhs); /** *

* Getter method for the COM property "AutoUpdate" *

*/ @DISPID(-2147417064) @PropGet boolean autoUpdate(); /** *

* Setter method for the COM property "AutoUpdate" *

* @param rhs Mandatory boolean parameter. */ @DISPID(-2147417064) @PropPut void autoUpdate( boolean rhs); /** *

* Getter method for the COM property "Object" *

*/ @DISPID(-2147417063) @PropGet com4j.Com4jObject object(); /** *

* Getter method for the COM property "OLEType" *

*/ @DISPID(-2147417058) @PropGet java.lang.Object oleType(); /** *

* Getter method for the COM property "SourceName" *

*/ @DISPID(-2147417391) @PropGet java.lang.String sourceName(); /** *

* Setter method for the COM property "SourceName" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(-2147417391) @PropPut void sourceName( java.lang.String rhs); /** */ @DISPID(-2147417432) java.lang.Object update(); /** * @param verb Optional parameter. Default value is 1 */ @DISPID(-2147417506) java.lang.Object verb( @Optional @DefaultValue("1") net.rgielen.com4j.office2010.excel.XlOLEVerb verb); /** *

* Getter method for the COM property "LinkedCell" *

*/ @DISPID(-2147417054) @PropGet java.lang.String linkedCell(); /** *

* Setter method for the COM property "LinkedCell" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(-2147417054) @PropPut void linkedCell( java.lang.String rhs); /** *

* Getter method for the COM property "ListFillRange" *

*/ @DISPID(-2147417265) @PropGet java.lang.String listFillRange(); /** *

* Setter method for the COM property "ListFillRange" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(-2147417265) @PropPut void listFillRange( java.lang.String rhs); /** *

* Getter method for the COM property "progID" *

*/ @DISPID(-2147416589) @PropGet java.lang.String progID(); /** *

* Getter method for the COM property "AltHTML" *

*/ @DISPID(-2147416259) @PropGet java.lang.String altHTML(); /** *

* Setter method for the COM property "AltHTML" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(-2147416259) @PropPut void altHTML( java.lang.String rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy