The following tables list the members exposed by IFont.
Name | Description | |
---|---|---|
![]() | Background | Gets or sets the background System.Drawing.Color of the represented text (not used by worksheet cells - see SpreadsheetGear.IInterior.Color). |
![]() | BackgroundDefined | Returns true if the Background property of all text represented by this font is the same, otherwise false is returned. |
![]() | 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 System.Drawing.Color of the represented text. |
![]() | ColorDefined | Returns true if the Color property of all text represented by this font is the same, otherwise false is returned. |
![]() | ColorIndex | Gets or sets the zero based color index of the represented text. |
![]() | ColorIndexDefined | Returns true if the ColorIndex property of all text represented by this font is the same, otherwise false is returned. |
![]() | 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. |
![]() | 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. |