TTableApplyFont Record
Determines which parts of the font will be applied in the Table.
Syntax
Unit: FlexCel.Core
TTableApplyFont = record;
Methods
Operators
Name |
Description |
Equality |
Adapts the = operator so it returns true when both instances have the same values. |
Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
Name |
Description |
Color |
Color of the font.
|
BoldAndItalic |
If true, both bold and italic will be applied.
|
Strikeout |
If true, the strikeout style of the font will be used.
|
Underline |
If true, the underline style of the font will be used.
|
IsEmpty |
Returns true if the format does not apply any setting.
|