Table of Contents

TUITextDecoration Record

Defines appearance of decorative lines used in text, like underline or strikeout.

Syntax

Unit: FlexCel.Core

TUITextDecoration = record;

Methods

Name Description
Create Overloaded
Create(TUIUnderline)
Create(TUIStrikeout)
Create(TUIUnderline, TUIStrikeout)
Equals Returns true if both objects are the same.
GetHashCode Returns the hashcode of the object.
WithUnderline Returns a copy of the record with a different underline.
WithStrikeout Returns a copy of the record with a different strikeout.

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.