net.rgielen.com4j.office2010.excel.ILegendEntry Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000208BA-0001-0000-C000-000000000046}")
public interface ILegendEntry 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();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(10)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object delete();
/**
*
* Getter method for the COM property "Font"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font
*/
@VTID(11)
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* Getter method for the COM property "Index"
*
* @return Returns a value of type int
*/
@VTID(12)
int index();
/**
*
* Getter method for the COM property "LegendKey"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.LegendKey
*/
@VTID(13)
net.rgielen.com4j.office2010.excel.LegendKey legendKey();
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(14)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object select();
/**
*
* Getter method for the COM property "AutoScaleFont"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(15)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object autoScaleFont();
/**
*
* Setter method for the COM property "AutoScaleFont"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(16)
void autoScaleFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Left"
*
* @return Returns a value of type double
*/
@VTID(17)
double left();
/**
*
* Getter method for the COM property "Top"
*
* @return Returns a value of type double
*/
@VTID(18)
double top();
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type double
*/
@VTID(19)
double width();
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type double
*/
@VTID(20)
double height();
/**
*
* Getter method for the COM property "Format"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat
*/
@VTID(21)
net.rgielen.com4j.office2010.excel.ChartFormat format();
// Properties:
}