[]
Represents all attributes of a font.
[Flags]
public enum FontAttributes
<Flags>
Public Enum FontAttributes
| Name | Description |
|---|---|
| All | Specifies all attributes of a font. |
| Bold | Specifies GrapeCity.Spreadsheet.Font.Bold attribute. |
| CfColor | Specifies the color is from conditional formatting. |
| CharSet | Specifies GrapeCity.Spreadsheet.Font.CharSet attribute. |
| Color | Specifies GrapeCity.Spreadsheet.Font.Color attribute. |
| Condense | Specifies GrapeCity.Spreadsheet.Font.Condense attribute. |
| Extend | Specifies GrapeCity.Spreadsheet.Font.Extend attribute. |
| Family | Specifies GrapeCity.Spreadsheet.Font.Family attribute. |
| Italic | Specifies GrapeCity.Spreadsheet.Font.Italic attribute. |
| Name | Specifies GrapeCity.Spreadsheet.Font.Name attribute. |
| None | Specifies no attribute. |
| Outline | Specifies GrapeCity.Spreadsheet.Font.Outline attribute. |
| Shadow | Specifies GrapeCity.Spreadsheet.Font.Shadow attribute. |
| Size | Specifies GrapeCity.Spreadsheet.Font.Size attribute. |
| Strikethrough | Specifies GrapeCity.Spreadsheet.Font.Strikethrough attribute. |
| Style | Specifies GrapeCity.Spreadsheet.Font.Style attribute. |
| ThemeFont | Specifies GrapeCity.Spreadsheet.Font.ThemeFont attribute. |
| Underline | Specifies GrapeCity.Spreadsheet.Font.Underline attribute. |
| VerticalAlign | Specifies GrapeCity.Spreadsheet.Font.VerticalAlign attribute. |