The following tables list the members exposed by Font.
Name | Description | |
---|---|---|
![]() | Font Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Bold | Gets or sets a boolean value indicating whether the font is bold. |
![]() | DoubleStrikeout | Gets or sets a boolean value indicating whether the font is double strikeout. |
![]() | DoubleUnderline | Gets or sets a boolean value indicating whether the font is double underlined. |
![]() | IsSealed | Gets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase) |
![]() | Italic | Gets or sets a boolean value indicating whether the font is italic. |
![]() | Name | Gets or sets the name of the font. |
![]() | Preferences | Gets the font preferences associated with the font. |
![]() | Size | Gets or sets the size of the font, in points. |
![]() | Strikeout | Gets or sets a boolean value indicating whether the font is strikeout. |
![]() | Style | Gets or sets the style of the font. |
![]() | Underline | Gets or sets a boolean value indicating whether the font is underlined. |
Name | Description | |
---|---|---|
![]() | Clone | Returns a copy of the font. |
![]() | GetHashKey | Gets the full hash key object for this font. |
![]() | Seal | Overridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception. |