
net.rgielen.com4j.office2010.office.ChartFont Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C1718-0000-0000-C000-000000000046}")
public interface ChartFont extends Com4jObject {
// Methods:
/**
*
* Setter method for the COM property "Background"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
void background(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Background"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(8)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object background();
/**
*
* Setter method for the COM property "Bold"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
void bold(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Bold"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(10)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object bold();
/**
*
* Setter method for the COM property "Color"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(11)
void color(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Color"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object color();
/**
*
* Setter method for the COM property "ColorIndex"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(13)
void colorIndex(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "ColorIndex"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
@VTID(14)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object colorIndex();
/**
*
* Setter method for the COM property "FontStyle"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(15)
void fontStyle(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "FontStyle"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(16)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object fontStyle();
/**
*
* Setter method for the COM property "Italic"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(17)
void italic(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Italic"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(18)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object italic();
/**
*
* Setter method for the COM property "Name"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present
@VTID(19)
void name(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present
@VTID(20)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object name();
/**
*
* Setter method for the COM property "OutlineFont"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present
@VTID(21)
void outlineFont(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "OutlineFont"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present
@VTID(22)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object outlineFont();
/**
*
* Setter method for the COM property "Shadow"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present
@VTID(23)
void shadow(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Shadow"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present
@VTID(24)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object shadow();
/**
*
* Setter method for the COM property "Size"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present
@VTID(25)
void size(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Size"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present
@VTID(26)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object size();
/**
*
* Setter method for the COM property "StrikeThrough"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present
@VTID(27)
void strikeThrough(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "StrikeThrough"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present
@VTID(28)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object strikeThrough();
/**
*
* Setter method for the COM property "Subscript"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present
@VTID(29)
void subscript(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Subscript"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present
@VTID(30)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object subscript();
/**
*
* Setter method for the COM property "Superscript"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present
@VTID(31)
void superscript(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Superscript"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present
@VTID(32)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object superscript();
/**
*
* Setter method for the COM property "Underline"
*
* @param pval Mandatory java.lang.Object parameter.
*/
@DISPID(1610743834) //= 0x6002001a. The runtime will prefer the VTID if present
@VTID(33)
void underline(
@MarshalAs(NativeType.VARIANT) java.lang.Object pval);
/**
*
* Getter method for the COM property "Underline"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1610743834) //= 0x6002001a. The runtime will prefer the VTID if present
@VTID(34)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object underline();
/**
*
* 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(35)
@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(36)
int creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(150) //= 0x96. The runtime will prefer the VTID if present
@VTID(37)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
// Properties:
}