Name | Description | |
---|---|---|
getBold | Gets whether the font is bold. | |
getColor | Gets or sets the Color of the represented text. | |
getColorIndex | Gets the color of the font. | |
getItalic | Gets whether the font style is italic. | |
getName | Gets the name of the object. | |
getSize | Gets the size of the font. | |
getStrikethrough | Gets whether the font is struck through with a horizontal line. | |
getSubscript | Gets whether the font is formatted as subscript (False by default). | |
getSuperscript | Gets whether the font is formatted as superscript. The value is False by default. | |
getThemeColor | Gets the theme color in the applied color scheme that is associated with the specified object. | |
getThemeFont | Gets the theme font in the applied font scheme that is associated with the specified object. | |
getTintAndShade | Gets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. | |
getUnderline | Gets the type of underline applied to the font. | |
setBold | Sets whether the font is bold. | |
setColor | Sets the Color of the represented text. | |
setColorIndex | Sets the color of the font. | |
setItalic | Sets whether the font style is italic. | |
setName | Sets the name of the object. | |
setSize | Sets the size of the font. | |
setStrikethrough | Sets whether the font is struck through with a horizontal line. | |
setSubscript | Sets whether the font is formatted as subscript (False by default). | |
setSuperscript | Sets whether the font is formatted as superscript. | |
setThemeColor | Sets the theme color in the applied color scheme that is associated with the specified object. | |
setThemeFont | Sets the theme font in the applied font scheme that is associated with the specified object. | |
setTintAndShade | Sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. | |
setUnderline | Sets the type of underline applied to the font. |