All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.IFont Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{0002084D-0001-0000-C000-000000000046}")
public interface IFont 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(); /** *

* Getter method for the COM property "Background" *

* @return Returns a value of type java.lang.Object */ @VTID(10) @ReturnValue(type=NativeType.VARIANT) java.lang.Object background(); /** *

* Setter method for the COM property "Background" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(11) void background( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Bold" *

* @return Returns a value of type java.lang.Object */ @VTID(12) @ReturnValue(type=NativeType.VARIANT) java.lang.Object bold(); /** *

* Setter method for the COM property "Bold" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(13) void bold( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Color" *

* @return Returns a value of type java.lang.Object */ @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object color(); /** *

* Setter method for the COM property "Color" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(15) void color( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "ColorIndex" *

* @return Returns a value of type java.lang.Object */ @VTID(16) @ReturnValue(type=NativeType.VARIANT) java.lang.Object colorIndex(); /** *

* Setter method for the COM property "ColorIndex" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(17) void colorIndex( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "FontStyle" *

* @return Returns a value of type java.lang.Object */ @VTID(18) @ReturnValue(type=NativeType.VARIANT) java.lang.Object fontStyle(); /** *

* Setter method for the COM property "FontStyle" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(19) void fontStyle( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Italic" *

* @return Returns a value of type java.lang.Object */ @VTID(20) @ReturnValue(type=NativeType.VARIANT) java.lang.Object italic(); /** *

* Setter method for the COM property "Italic" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(21) void italic( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.Object */ @VTID(22) @ReturnValue(type=NativeType.VARIANT) java.lang.Object name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(23) void name( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "OutlineFont" *

* @return Returns a value of type java.lang.Object */ @VTID(24) @ReturnValue(type=NativeType.VARIANT) java.lang.Object outlineFont(); /** *

* Setter method for the COM property "OutlineFont" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(25) void outlineFont( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Shadow" *

* @return Returns a value of type java.lang.Object */ @VTID(26) @ReturnValue(type=NativeType.VARIANT) java.lang.Object shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(27) void shadow( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Size" *

* @return Returns a value of type java.lang.Object */ @VTID(28) @ReturnValue(type=NativeType.VARIANT) java.lang.Object size(); /** *

* Setter method for the COM property "Size" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(29) void size( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Strikethrough" *

* @return Returns a value of type java.lang.Object */ @VTID(30) @ReturnValue(type=NativeType.VARIANT) java.lang.Object strikethrough(); /** *

* Setter method for the COM property "Strikethrough" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(31) void strikethrough( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Subscript" *

* @return Returns a value of type java.lang.Object */ @VTID(32) @ReturnValue(type=NativeType.VARIANT) java.lang.Object subscript(); /** *

* Setter method for the COM property "Subscript" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(33) void subscript( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Superscript" *

* @return Returns a value of type java.lang.Object */ @VTID(34) @ReturnValue(type=NativeType.VARIANT) java.lang.Object superscript(); /** *

* Setter method for the COM property "Superscript" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(35) void superscript( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Underline" *

* @return Returns a value of type java.lang.Object */ @VTID(36) @ReturnValue(type=NativeType.VARIANT) java.lang.Object underline(); /** *

* Setter method for the COM property "Underline" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(37) void underline( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "ThemeColor" *

* @return Returns a value of type java.lang.Object */ @VTID(38) @ReturnValue(type=NativeType.VARIANT) java.lang.Object themeColor(); /** *

* Setter method for the COM property "ThemeColor" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(39) void themeColor( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "TintAndShade" *

* @return Returns a value of type java.lang.Object */ @VTID(40) @ReturnValue(type=NativeType.VARIANT) java.lang.Object tintAndShade(); /** *

* Setter method for the COM property "TintAndShade" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(41) void tintAndShade( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "ThemeFont" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlThemeFont */ @VTID(42) net.rgielen.com4j.office2010.excel.XlThemeFont themeFont(); /** *

* Setter method for the COM property "ThemeFont" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlThemeFont parameter. */ @VTID(43) void themeFont( net.rgielen.com4j.office2010.excel.XlThemeFont rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy