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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface PlotArea 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 "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** */ @DISPID(235) java.lang.Object select(); /** *

* Getter method for the COM property "Border" *

*/ @DISPID(128) @PropGet net.rgielen.com4j.office2010.excel.Border border(); /** */ @DISPID(112) java.lang.Object clearFormats(); /** *

* 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 "Interior" *

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

* Getter method for the COM property "Fill" *

*/ @DISPID(1663) @PropGet net.rgielen.com4j.office2010.excel.ChartFillFormat fill(); /** *

* 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 "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 "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 "_InsideLeft" *

*/ @DISPID(2654) @PropGet double _InsideLeft(); /** *

* Getter method for the COM property "_InsideTop" *

*/ @DISPID(2655) @PropGet double _InsideTop(); /** *

* Getter method for the COM property "_InsideWidth" *

*/ @DISPID(2656) @PropGet double _InsideWidth(); /** *

* Getter method for the COM property "_InsideHeight" *

*/ @DISPID(2657) @PropGet double _InsideHeight(); /** *

* Getter method for the COM property "InsideLeft" *

*/ @DISPID(1667) @PropGet double insideLeft(); /** *

* Setter method for the COM property "InsideLeft" *

* @param rhs Mandatory double parameter. */ @DISPID(1667) @PropPut void insideLeft( double rhs); /** *

* Getter method for the COM property "InsideTop" *

*/ @DISPID(1668) @PropGet double insideTop(); /** *

* Setter method for the COM property "InsideTop" *

* @param rhs Mandatory double parameter. */ @DISPID(1668) @PropPut void insideTop( double rhs); /** *

* Getter method for the COM property "InsideWidth" *

*/ @DISPID(1669) @PropGet double insideWidth(); /** *

* Setter method for the COM property "InsideWidth" *

* @param rhs Mandatory double parameter. */ @DISPID(1669) @PropPut void insideWidth( double rhs); /** *

* Getter method for the COM property "InsideHeight" *

*/ @DISPID(1670) @PropGet double insideHeight(); /** *

* Setter method for the COM property "InsideHeight" *

* @param rhs Mandatory double parameter. */ @DISPID(1670) @PropPut void insideHeight( double rhs); /** *

* Getter method for the COM property "Position" *

*/ @DISPID(133) @PropGet net.rgielen.com4j.office2010.excel.XlChartElementPosition position(); /** *

* Setter method for the COM property "Position" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartElementPosition parameter. */ @DISPID(133) @PropPut void position( net.rgielen.com4j.office2010.excel.XlChartElementPosition rhs); /** *

* Getter method for the COM property "Format" *

*/ @DISPID(116) @PropGet net.rgielen.com4j.office2010.excel.ChartFormat format(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy