public class OdFont extends Object
The open document font
Constructor and Description |
---|
OdFont() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBold()
Gets a value indicating whether this
OdFont is weight. |
String |
getFacename()
Gets the facename.
|
int |
getHeight()
Gets the height.
|
boolean |
getItalic()
Gets a value indicating whether this
OdFont is italic. |
boolean |
getStrikeout()
Gets a value indicating whether this
OdFont is strikeout. |
void |
setBold(boolean value)
Sets a value indicating whether this
OdFont is weight. |
void |
setFacename(String value)
Sets the facename.
|
void |
setHeight(int value)
Sets the height.
|
void |
setItalic(boolean value)
Sets a value indicating whether this
OdFont is italic. |
void |
setStrikeout(boolean value)
Sets a value indicating whether this
OdFont is strikeout. |
public final String getFacename()
Gets the facename.
public final void setFacename(String value)
Sets the facename.
value
- the facename.public final int getHeight()
Gets the height.
public final void setHeight(int value)
Sets the height.
value
- the height.public final boolean getBold()
Gets a value indicating whether this OdFont
is weight.
OdFont
is weight.public final void setBold(boolean value)
Sets a value indicating whether this OdFont
is weight.
value
- a value indicating whether this OdFont
is weight.public final boolean getItalic()
Gets a value indicating whether this OdFont
is italic.
OdFont
is italic.public final void setItalic(boolean value)
Sets a value indicating whether this OdFont
is italic.
value
- a value indicating whether this OdFont
is italic.public final boolean getStrikeout()
Gets a value indicating whether this OdFont
is strikeout.
OdFont
is strikeout.