![]() | Font Properties |
The StyleFont type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bold | Gets or sets a value indicating whether 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) |
![]() | 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 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 |
![]() | Family | Gets or sets the 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 a value indicating whether IsDefaultFont Gets whether the font is equal to the default font |
![]() | Italic | Gets or sets a value indicating whether 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 a value indicating whether 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) |