Table of Contents

TTableFont.Create Method

Creates a new struct setting the members.

Syntax

Unit: FlexCel.Core

class function TTableFont.Create(const aSize20: Integer; const aColor: TExcelColor; const aStyle: Set of TFlxFontStyles; const aUnderline: TFlxUnderline): TTableFont; static; overload;

Parameters

<-> Parameter Type Description
const aSize20 Integer Size of the font, multiplied by 20.
const aColor TExcelColor Color of the font.
const aStyle Set of TFlxFontStyles Style of the font.
const aUnderline TFlxUnderline Underline of the font.

See also