TUITextDecoration Record
Defines appearance of decorative lines used in text, like underline or strikeout.
Syntax
Unit: FlexCel.Core
TUITextDecoration = 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 |
| Underline |
Defines the style of text underlining.
|
| Strikeout |
Defines the style of text strikeout.
|
| IsEmpty |
Returns true if the structure has no underline or strikeout.
|