TdxSpreadSheetCustomFont.Style Property
In This Article
Specifies whether the bold, italic, underline, and/or strikeout attributes are applied to the font.
#Declaration
Delphi
property Style: TFontStyles read; write;
#Property Value
Type |
---|
TFont |
#Remarks
Use this property to customize the font by adding one or more special attributes listed in the following table:
Icon | Value | Description |
---|---|---|
![]() |
fs |
The font is boldfaced. To apply/remove this font attribute to/from the current cell selection, an end-user can press the Ctrl+2 or Ctrl+B key combination. You can provide an additional end-user option by linking the Toggle |
![]() |
fs |
The font is italicized. To apply/remove this font attribute to/from the current cell selection, an end-user can press the Ctrl+3 or Ctrl+I key combination. You can provide an additional end-user option by linking the Toggle |
![]() |
fs |
The font is underlined. To apply/remove this font attribute to/from the current cell selection, an end-user can press the Ctrl+4 or Ctrl+U key combination. You can provide an additional end-user option by linking the Toggle |
![]() |
fs |
The font is displayed with a horizontal line drawn across its characters. To apply/remove this font attribute to/from the current cell selection, an end-user can press the Ctrl+5 key combination. You can provide an additional end-user option by linking the Toggle |
See Also