TdxSpreadSheetFont Members
Stores the font settings used by text box and comment containers in the Spreadsheet and Report Designer controls.Constructors
| Name | Description |
|---|---|
| Create(TdxSpreadSheetFonts) | Initializes a new instance of the TdxSpreadSheetCustomFont class with specified settings. Inherited from TdxSpreadSheetCustomFont. |
Properties
| Name | Description |
|---|---|
| Charset | Specifies the character set for the spreadsheet font. Inherited from TdxSpreadSheetCustomFont. |
| Color | Specifies the font color. Inherited from TdxSpreadSheetCustomFont. |
| Height | Specifies the font’s height. Inherited from TdxSpreadSheetCustomFont. |
| IsDefault | Inherited from TdxSpreadSheetCustomFont. |
| Name | Specifies the font’s typeface name. Inherited from TdxSpreadSheetCustomFont. |
| Pitch | Specifies whether the characters of the font have the same width. Inherited from TdxSpreadSheetCustomFont. |
| Size | Specifies the font size. Inherited from TdxSpreadSheetCustomFont. |
| Style | Specifies whether the bold, italic, underline, and/or strikeout attributes are applied to the font. Inherited from TdxSpreadSheetCustomFont. |
Methods
| Name | Description |
|---|---|
| Assign(TdxSpreadSheetCustomFont) | Inherited from TdxSpreadSheetCustomFont. |
| Assign(TFont) | Inherited from TdxSpreadSheetCustomFont. |
| AssignToFont(TFont) | Assigns the current font settings to the specified font instance font instance. Inherited from TdxSpreadSheetCustomFont. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| ToString | Inherited from TObject. |
See Also