Name | Description | |
---|---|---|
getBold | Gets the boolean property that indicates whether the represented text is bold. | |
getColor | Gets the color format. | |
getItalic | Gets the boolean property that indicates whether the represented text is italicized. | |
getName | Gets the font name to use for the represented text. | |
getSize | Gets the size of the font in points. | |
getStrikethrough | Gets the boolean property that indicates whether the represented text has a strike through it. | |
getSubscript | Gets the boolean property that indicates whether the represented text is a subscript. | |
getSuperscript | Gets the boolean property that indicates whether the represented text is a superscript. | |
getThemeFont | Gets the theme font in the applied font scheme that is associated with the specified object. | |
getUnderline | Gets the UnderlineStyle of the represented text. | |
setBold | Sets the boolean property that indicates whether the represented text is bold. | |
setItalic | Sets the boolean property that indicates whether the represented text is italicized. | |
setName | Sets the font name to use for the represented text. | |
setSize | Sets the size of the font in points. | |
setStrikethrough | Sets the boolean property that indicates whether the represented text has a strike through it. | |
setSubscript | Sets the boolean property that indicates whether the represented text is a subscript. | |
setSuperscript | Sets the boolean property that indicates whether the represented text is a superscript. | |
setThemeFont | Sets the theme font in the applied font scheme that is associated with the specified object. | |
setUnderline | Sets the UnderlineStyle of the represented text. |