![]() | Font Properties |
The Font type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bold | Gets or sets whether the font is bold. If true, the font is declared as bold |
![]() | Charset | Gets or sets the char set of the Font (Default is empty) |
![]() | ColorTheme | Gets or sets the font color theme (Default is 1 = Light 1) |
![]() | ColorValue | Gets or sets the color code of the font color. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF. To omit the color, an empty string can be set. Empty is also default. |
![]() | Family | Gets or sets the font family (Default is 2 = Swiss) |
![]() | InternalID |
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle) |
![]() | IsDefaultFont | Gets whether the font is equal to the default font |
![]() | Italic | Gets or sets whether the font is italic. If true, the font is declared as italic |
![]() | Name | Gets or sets the font name (Default is Calibri) |
![]() | Scheme | Gets or sets the font scheme (Default is minor) |
![]() | Size | Gets or sets the font size. Valid range is from 1 to 409 |
![]() | Strike | Gets or sets whether the font is struck through. If true, the font is declared as strike-through |
![]() | Underline | Gets or sets the underline style of the font. If set to none no underline will be applied (default) |
![]() | VerticalAlign | Gets or sets the alignment of the font (Default is none) |