net.rgielen.com4j.office2010.excel.ChartFormat Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ChartFormat 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 "Fill"
*
*/
@DISPID(1663)
@PropGet
net.rgielen.com4j.office2010.excel.FillFormat fill();
/**
*
* Getter method for the COM property "Glow"
*
*/
@DISPID(2663)
@PropGet
net.rgielen.com4j.office2010.office.GlowFormat glow();
/**
*
* Getter method for the COM property "Line"
*
*/
@DISPID(817)
@PropGet
net.rgielen.com4j.office2010.excel.LineFormat line();
/**
*
* Getter method for the COM property "PictureFormat"
*
*/
@DISPID(1631)
@PropGet
net.rgielen.com4j.office2010.excel.PictureFormat pictureFormat();
/**
*
* Getter method for the COM property "Shadow"
*
*/
@DISPID(103)
@PropGet
net.rgielen.com4j.office2010.excel.ShadowFormat shadow();
/**
*
* Getter method for the COM property "SoftEdge"
*
*/
@DISPID(2662)
@PropGet
net.rgielen.com4j.office2010.office.SoftEdgeFormat softEdge();
/**
*
* Getter method for the COM property "TextFrame2"
*
*/
@DISPID(2659)
@PropGet
net.rgielen.com4j.office2010.excel.TextFrame2 textFrame2();
/**
*
* Getter method for the COM property "ThreeD"
*
*/
@DISPID(1703)
@PropGet
net.rgielen.com4j.office2010.excel.ThreeDFormat threeD();
// Properties:
}