public interface IFontDisp extends Com4jObject
This interface was generated using tlbimp on stdole2.tlb
Modifier and Type | Method and Description |
---|---|
boolean |
getBold()
Getter method for the COM property "Bold"
|
short |
getCharset()
Getter method for the COM property "Charset"
|
boolean |
getItalic()
Getter method for the COM property "Italic"
|
String |
getName()
Getter method for the COM property "Name"
|
BigDecimal |
getSize()
Getter method for the COM property "Size"
|
boolean |
getStrikethrough()
Getter method for the COM property "Strikethrough"
|
boolean |
getUnderline()
Getter method for the COM property "Underline"
|
short |
getWeight()
Getter method for the COM property "Weight"
|
void |
setBold(boolean newValue)
Setter method for the COM property "Bold"
|
void |
setCharset(short newValue)
Setter method for the COM property "Charset"
|
void |
setItalic(boolean newValue)
Setter method for the COM property "Italic"
|
void |
setName(String newValue)
Setter method for the COM property "Name"
|
void |
setSize(BigDecimal newValue)
Setter method for the COM property "Size"
|
void |
setStrikethrough(boolean newValue)
Setter method for the COM property "Strikethrough"
|
void |
setUnderline(boolean newValue)
Setter method for the COM property "Underline"
|
void |
setWeight(short newValue)
Setter method for the COM property "Weight"
|
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, toString
String getName()
Getter method for the COM property "Name"
void setName(String newValue)
Setter method for the COM property "Name"
setName
in interface Com4jObject
newValue
- The new value for the COM property Name as a java.lang.StringBigDecimal getSize()
Getter method for the COM property "Size"
void setSize(BigDecimal newValue)
Setter method for the COM property "Size"
newValue
- The new value for the COM property Size as a java.math.BigDecimalboolean getBold()
Getter method for the COM property "Bold"
void setBold(boolean newValue)
Setter method for the COM property "Bold"
newValue
- The new value for the COM property Bold as a booleanboolean getItalic()
Getter method for the COM property "Italic"
void setItalic(boolean newValue)
Setter method for the COM property "Italic"
newValue
- The new value for the COM property Italic as a booleanboolean getUnderline()
Getter method for the COM property "Underline"
void setUnderline(boolean newValue)
Setter method for the COM property "Underline"
newValue
- The new value for the COM property Underline as a booleanboolean getStrikethrough()
Getter method for the COM property "Strikethrough"
void setStrikethrough(boolean newValue)
Setter method for the COM property "Strikethrough"
newValue
- The new value for the COM property Strikethrough as a booleanshort getWeight()
Getter method for the COM property "Weight"
void setWeight(short newValue)
Setter method for the COM property "Weight"
newValue
- The new value for the COM property Weight as a shortshort getCharset()
Getter method for the COM property "Charset"
void setCharset(short newValue)
Setter method for the COM property "Charset"
newValue
- The new value for the COM property Charset as a shortCopyright © 2014. All rights reserved.