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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Font 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 "Background" *

*/ @DISPID(180) @PropGet java.lang.Object background(); /** *

* Setter method for the COM property "Background" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(180) @PropPut void background( java.lang.Object rhs); /** *

* Getter method for the COM property "Bold" *

*/ @DISPID(96) @PropGet java.lang.Object bold(); /** *

* Setter method for the COM property "Bold" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(96) @PropPut void bold( java.lang.Object rhs); /** *

* Getter method for the COM property "Color" *

*/ @DISPID(99) @PropGet java.lang.Object color(); /** *

* Setter method for the COM property "Color" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(99) @PropPut void color( java.lang.Object rhs); /** *

* Getter method for the COM property "ColorIndex" *

*/ @DISPID(97) @PropGet java.lang.Object colorIndex(); /** *

* Setter method for the COM property "ColorIndex" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(97) @PropPut void colorIndex( java.lang.Object rhs); /** *

* Getter method for the COM property "FontStyle" *

*/ @DISPID(177) @PropGet java.lang.Object fontStyle(); /** *

* Setter method for the COM property "FontStyle" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(177) @PropPut void fontStyle( java.lang.Object rhs); /** *

* Getter method for the COM property "Italic" *

*/ @DISPID(101) @PropGet java.lang.Object italic(); /** *

* Setter method for the COM property "Italic" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(101) @PropPut void italic( java.lang.Object rhs); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.Object name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(110) @PropPut void name( java.lang.Object rhs); /** *

* Getter method for the COM property "OutlineFont" *

*/ @DISPID(221) @PropGet java.lang.Object outlineFont(); /** *

* Setter method for the COM property "OutlineFont" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(221) @PropPut void outlineFont( java.lang.Object rhs); /** *

* Getter method for the COM property "Shadow" *

*/ @DISPID(103) @PropGet java.lang.Object shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(103) @PropPut void shadow( java.lang.Object rhs); /** *

* Getter method for the COM property "Size" *

*/ @DISPID(104) @PropGet java.lang.Object size(); /** *

* Setter method for the COM property "Size" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(104) @PropPut void size( java.lang.Object rhs); /** *

* Getter method for the COM property "Strikethrough" *

*/ @DISPID(105) @PropGet java.lang.Object strikethrough(); /** *

* Setter method for the COM property "Strikethrough" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(105) @PropPut void strikethrough( java.lang.Object rhs); /** *

* Getter method for the COM property "Subscript" *

*/ @DISPID(179) @PropGet java.lang.Object subscript(); /** *

* Setter method for the COM property "Subscript" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(179) @PropPut void subscript( java.lang.Object rhs); /** *

* Getter method for the COM property "Superscript" *

*/ @DISPID(178) @PropGet java.lang.Object superscript(); /** *

* Setter method for the COM property "Superscript" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(178) @PropPut void superscript( java.lang.Object rhs); /** *

* Getter method for the COM property "Underline" *

*/ @DISPID(106) @PropGet java.lang.Object underline(); /** *

* Setter method for the COM property "Underline" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(106) @PropPut void underline( java.lang.Object rhs); /** *

* Getter method for the COM property "ThemeColor" *

*/ @DISPID(2365) @PropGet java.lang.Object themeColor(); /** *

* Setter method for the COM property "ThemeColor" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(2365) @PropPut void themeColor( java.lang.Object rhs); /** *

* Getter method for the COM property "TintAndShade" *

*/ @DISPID(2366) @PropGet java.lang.Object tintAndShade(); /** *

* Setter method for the COM property "TintAndShade" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(2366) @PropPut void tintAndShade( java.lang.Object rhs); /** *

* Getter method for the COM property "ThemeFont" *

*/ @DISPID(2367) @PropGet net.rgielen.com4j.office2010.excel.XlThemeFont themeFont(); /** *

* Setter method for the COM property "ThemeFont" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy