net.rgielen.com4j.office2010.office.IMsoChartFormat Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C1730-0000-0000-C000-000000000046}")
public interface IMsoChartFormat extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Fill"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.FillFormat
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.office.FillFormat fill();
/**
*
* Getter method for the COM property "Glow"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.GlowFormat
*/
@DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.office.GlowFormat glow();
/**
*
* Getter method for the COM property "Line"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.LineFormat
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
net.rgielen.com4j.office2010.office.LineFormat line();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present
@VTID(10)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "PictureFormat"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.PictureFormat
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office.PictureFormat pictureFormat();
/**
*
* Getter method for the COM property "Shadow"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ShadowFormat
*/
@DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.ShadowFormat shadow();
/**
*
* Getter method for the COM property "SoftEdge"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.SoftEdgeFormat
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.office.SoftEdgeFormat softEdge();
/**
*
* Getter method for the COM property "TextFrame2"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.TextFrame2
*/
@DISPID(1610743815) //= 0x60020007. The runtime will prefer the VTID if present
@VTID(14)
net.rgielen.com4j.office2010.office.TextFrame2 textFrame2();
/**
*
* Getter method for the COM property "ThreeD"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ThreeDFormat
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.office.ThreeDFormat threeD();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@VTID(16)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(17)
int creator();
// Properties:
}