The following tables list the members exposed by IFont.
Public Properties
| Name | Description |
 | Bold | Gets or sets the boolean property indicating whether the represented text is bold. |
 | BoldDefined | Returns true if the Bold property of all text represented by this font is the same, otherwise false is returned. |
 | Color | Gets or sets the SpreadsheetGear.Color of the represented text. |
 | 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. |
 | ColorIndex | Gets or sets the zero based color index of the represented text. |
 | Italic | Gets or sets the boolean property indicating whether the represented text is italicized. |
 | ItalicDefined | Returns true if the Italic property of all text represented by this font is the same, otherwise false is returned. |
 | Name | Gets or sets the font name to use for the represented text. |
 | NameDefined | Returns true if the Name property of all text represented by this font is the same, otherwise false is returned. |
 | OutlineFont | Gets or sets the boolean property indicating whether the represented text is outlined. |
 | OutlineFontDefined | Returns true if the OutlineFont property of all text represented by this font is the same, otherwise false is returned. |
 | Shadow | Gets or sets the boolean property indicating whether the represented text has a shadow. |
 | ShadowDefined | Returns true if the Shadow property of all text represented by this font is the same, otherwise false is returned. |
 | Size | Gets or sets the size of the font in points. |
 | SizeDefined | Returns true if the Size property of all text represented by this font is the same, otherwise false is returned. |
 | Strikethrough | Gets or sets the boolean property indicating whether the represented text has a strike through it. |
 | StrikethroughDefined | Returns true if the Strikethrough property of all text represented by this font is the same, otherwise false is returned. |
 | Subscript | Gets or sets the boolean property indicating whether the represented text is a subscript. |
 | SubscriptDefined | Returns true if the Subscript property of all text represented by this font is the same, otherwise false is returned. |
 | Superscript | Gets or sets the boolean property indicating whether the represented text is a superscript. |
 | SuperscriptDefined | Returns true if the superscript property of all text represented by this font is the same, otherwise false is returned. |
 | ThemeColor | Gets or sets the theme color of all text represented by this font. |
 | 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. |
 | Underline | Gets or sets the UnderlineStyle of the represented text. |
 | UnderlineDefined | Returns true if the Underline property of all text represented by this font is the same, otherwise false is returned. |
 | WorkbookSet | Returns the parent IWorkbookSet of this font. |
Top
See Also