public interface IFontFormat
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBold()
Gets the boolean property that indicates whether the represented text is
bold.
|
IColorFormat |
getColor()
Gets the color format.
|
boolean |
getItalic()
Gets the boolean property that indicates whether the represented text is
italicized.
|
java.lang.String |
getName()
Gets the font name to use for the represented text.
|
double |
getSize()
Gets the size of the font in points.
|
boolean |
getStrikethrough()
Gets the boolean property that indicates whether the represented text has a
strike through it.
|
boolean |
getSubscript()
Gets the boolean property that indicates whether the represented text is a
subscript.
|
boolean |
getSuperscript()
Gets the boolean property that indicates whether the represented text is a
superscript.
|
ThemeFont |
getThemeFont()
Gets the theme font in the applied font scheme that is associated with the
specified object.
|
TextUnderlineType |
getUnderline()
Gets the UnderlineStyle of the represented text.
|
void |
setBold(boolean value)
Sets the boolean property that indicates whether the represented text is
bold.
|
void |
setItalic(boolean value)
Sets the boolean property that indicates whether the represented text is
italicized.
|
void |
setName(java.lang.String value)
Sets the font name to use for the represented text.
|
void |
setSize(double value)
Sets the size of the font in points.
|
void |
setStrikethrough(boolean value)
Sets the boolean property that indicates whether the represented text has a
strike through it.
|
void |
setSubscript(boolean value)
Sets the boolean property that indicates whether the represented text is a
subscript.
|
void |
setSuperscript(boolean value)
Sets the boolean property that indicates whether the represented text is a
superscript.
|
void |
setThemeFont(ThemeFont value)
Sets the theme font in the applied font scheme that is associated with the
specified object.
|
void |
setUnderline(TextUnderlineType value)
Sets the UnderlineStyle of the represented text.
|
IColorFormat getColor()
boolean getBold()
void setBold(boolean value)
boolean getItalic()
void setItalic(boolean value)
java.lang.String getName()
void setName(java.lang.String value)
double getSize()
void setSize(double value)
boolean getStrikethrough()
void setStrikethrough(boolean value)
boolean getSubscript()
void setSubscript(boolean value)
boolean getSuperscript()
void setSuperscript(boolean value)
TextUnderlineType getUnderline()
void setUnderline(TextUnderlineType value)
ThemeFont getThemeFont()
void setThemeFont(ThemeFont value)