The following tables list the members exposed by IFont.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | Bold | Gets or sets the boolean property indicating whether the represented text is bold. |
![Property](template/packages/core-dotnet/images/Property.png) | BoldDefined | Returns true if the Bold property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Color | Gets or sets the SpreadsheetGear.Color of the represented text. |
![Property](template/packages/core-dotnet/images/Property.png) | ColorDefined | Returns true if the Color, ColorIndex, ThemeColor and TintAndShade properties of all text represented by this font are the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | ColorIndex | Gets or sets the zero based color index of the represented text. |
![Property](template/packages/core-dotnet/images/Property.png) | Italic | Gets or sets the boolean property indicating whether the represented text is italicized. |
![Property](template/packages/core-dotnet/images/Property.png) | ItalicDefined | Returns true if the Italic property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Name | Gets or sets the font name to use for the represented text. |
![Property](template/packages/core-dotnet/images/Property.png) | NameDefined | Returns true if the Name property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | OutlineFont | Gets or sets the boolean property indicating whether the represented text is outlined. |
![Property](template/packages/core-dotnet/images/Property.png) | OutlineFontDefined | Returns true if the OutlineFont property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Shadow | Gets or sets the boolean property indicating whether the represented text has a shadow. |
![Property](template/packages/core-dotnet/images/Property.png) | ShadowDefined | Returns true if the Shadow property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Size | Gets or sets the size of the font in points. |
![Property](template/packages/core-dotnet/images/Property.png) | SizeDefined | Returns true if the Size property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Strikethrough | Gets or sets the boolean property indicating whether the represented text has a strike through it. |
![Property](template/packages/core-dotnet/images/Property.png) | StrikethroughDefined | Returns true if the Strikethrough property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Subscript | Gets or sets the boolean property indicating whether the represented text is a subscript. |
![Property](template/packages/core-dotnet/images/Property.png) | SubscriptDefined | Returns true if the Subscript property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | Superscript | Gets or sets the boolean property indicating whether the represented text is a superscript. |
![Property](template/packages/core-dotnet/images/Property.png) | SuperscriptDefined | Returns true if the superscript property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | ThemeColor | Gets or sets the theme color of all text represented by this font. |
![Property](template/packages/core-dotnet/images/Property.png) | TintAndShade | Gets or sets the property which controls darkening (values between -1.0 and 0.0) or lightening (values between 0.0 and 1.0) of the underlying theme color. |
![Property](template/packages/core-dotnet/images/Property.png) | Underline | Gets or sets the UnderlineStyle of the represented text. |
![Property](template/packages/core-dotnet/images/Property.png) | UnderlineDefined | Returns true if the Underline property of all text represented by this font is the same, otherwise false is returned. |
![Property](template/packages/core-dotnet/images/Property.png) | WorkbookSet | Returns the parent IWorkbookSet of this font. |
Top
See Also