Table of Contents

TUITextDecoration Structure

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

Syntax

Namespace: FlexCel.Core

public struct TUITextDecoration

Constructors

Methods

Name Description
Equals Returns true if both objects are the same.
GetHashCode Returns the hashcode of the object.
WithStrikeout Returns a copy of the record with a different strikeout.
WithUnderline Returns a copy of the record with a different underline.

Operators

Name Description
Equality Returns true if both objects have the same data.
Inequality Returns true if both objects have different data.

Properties

Name Description
IsEmpty Returns true if the structure has no underline or strikeout.
Strikeout Defines the style of text strikeout.
Underline Defines the style of text underlining.