net.rgielen.com4j.office2010.excel.ChartArea Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ChartArea 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(111)
java.lang.Object clear();
/**
*/
@DISPID(113)
java.lang.Object clearContents();
/**
*/
@DISPID(551)
java.lang.Object copy();
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* 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(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 "AutoScaleFont"
*
*/
@DISPID(1525)
@PropGet
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1525)
@PropPut
void autoScaleFont(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Format"
*
*/
@DISPID(116)
@PropGet
net.rgielen.com4j.office2010.excel.ChartFormat format();
/**
*
* 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);
// Properties:
}