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

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

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

import com4j.*;

@IID("{000208CB-0001-0000-C000-000000000046}")
public interface IPlotArea extends Com4jObject {
  // 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(); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @VTID(10) java.lang.String name(); /** * @return Returns a value of type java.lang.Object */ @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(12) net.rgielen.com4j.office2010.excel.Border border(); /** * @return Returns a value of type java.lang.Object */ @VTID(13) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearFormats(); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type double */ @VTID(14) double height(); /** *

* Setter method for the COM property "Height" *

* @param rhs Mandatory double parameter. */ @VTID(15) void height( double rhs); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(16) net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Fill" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFillFormat */ @VTID(17) net.rgielen.com4j.office2010.excel.ChartFillFormat fill(); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type double */ @VTID(18) double left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory double parameter. */ @VTID(19) void left( double rhs); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type double */ @VTID(20) double top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @VTID(21) void top( double rhs); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type double */ @VTID(22) double width(); /** *

* Setter method for the COM property "Width" *

* @param rhs Mandatory double parameter. */ @VTID(23) void width( double rhs); /** *

* Getter method for the COM property "_InsideLeft" *

* @return Returns a value of type double */ @VTID(24) double _InsideLeft(); /** *

* Getter method for the COM property "_InsideTop" *

* @return Returns a value of type double */ @VTID(25) double _InsideTop(); /** *

* Getter method for the COM property "_InsideWidth" *

* @return Returns a value of type double */ @VTID(26) double _InsideWidth(); /** *

* Getter method for the COM property "_InsideHeight" *

* @return Returns a value of type double */ @VTID(27) double _InsideHeight(); /** *

* Getter method for the COM property "InsideLeft" *

* @return Returns a value of type double */ @VTID(28) double insideLeft(); /** *

* Setter method for the COM property "InsideLeft" *

* @param rhs Mandatory double parameter. */ @VTID(29) void insideLeft( double rhs); /** *

* Getter method for the COM property "InsideTop" *

* @return Returns a value of type double */ @VTID(30) double insideTop(); /** *

* Setter method for the COM property "InsideTop" *

* @param rhs Mandatory double parameter. */ @VTID(31) void insideTop( double rhs); /** *

* Getter method for the COM property "InsideWidth" *

* @return Returns a value of type double */ @VTID(32) double insideWidth(); /** *

* Setter method for the COM property "InsideWidth" *

* @param rhs Mandatory double parameter. */ @VTID(33) void insideWidth( double rhs); /** *

* Getter method for the COM property "InsideHeight" *

* @return Returns a value of type double */ @VTID(34) double insideHeight(); /** *

* Setter method for the COM property "InsideHeight" *

* @param rhs Mandatory double parameter. */ @VTID(35) void insideHeight( double rhs); /** *

* Getter method for the COM property "Position" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlChartElementPosition */ @VTID(36) net.rgielen.com4j.office2010.excel.XlChartElementPosition position(); /** *

* Setter method for the COM property "Position" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartElementPosition parameter. */ @VTID(37) void position( net.rgielen.com4j.office2010.excel.XlChartElementPosition rhs); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat */ @VTID(38) net.rgielen.com4j.office2010.excel.ChartFormat format(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy