Table of Contents

TUITextDecoration.Create Method

Overloads

TUITextDecoration.Create(TUIUnderline)

Creates a new TextDecoration with the given underline and no strikeout.

Syntax

Unit: FlexCel.Core

class function TUITextDecoration.Create(const aUnderline: TUIUnderline): TUITextDecoration; static; overload;

Parameters

<-> Parameter Type Description
const aUnderline TUIUnderline

See also

TUITextDecoration.Create(TUIStrikeout)

Creates a new TextDecoration with the given strikeout and no underline.

Syntax

Unit: FlexCel.Core

class function TUITextDecoration.Create(const aStrikeout: TUIStrikeout): TUITextDecoration; static; overload;

Parameters

<-> Parameter Type Description
const aStrikeout TUIStrikeout

See also

TUITextDecoration.Create(TUIUnderline, TUIStrikeout)

Creates a new TextDecoration with the given underline and strikeout values.

Syntax

Unit: FlexCel.Core

class function TUITextDecoration.Create(const aUnderline: TUIUnderline; const aStrikeout: TUIStrikeout): TUITextDecoration; static; overload;

Parameters

<-> Parameter Type Description
const aUnderline TUIUnderline
const aStrikeout TUIStrikeout

See also