[]
Contains the font attributes (font name, font size, color, and so on) for an object.
public sealed class FontInfo
Public NotInheritable Class FontInfo
| Name | Description |
|---|---|
| FontInfo() | |
| FontInfo(IFont, Workbook) |
| Name | Description |
|---|---|
| Bold | True if the font is bold. |
| Color | Gets or sets the primary color of the object |
| Italic | True if the font style is italic |
| Name | Gets or sets a value that represents the name of the object. |
| Size | Gets or sets the size in points of the font. |
| SizeInPixels | Gets or sets the size in pixels of the font. |
| Strikethrough | True if the font is struck through with a horizontal line. |
| Subscript | True if the font is formatted as subscript. False by default. |
| Superscript | True if the font is formatted as superscript; False by default. |
| ThemeFont | Gets or sets the theme font in the applied font scheme that is associated with the specified object. |
| Underline | Gets or sets the type of underline applied to the font. |