Table of Contents

TXlsFile.GetThemeFont Method

Gets the major of minor font scheme in the theme.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetThemeFont(const fontScheme: TFontScheme): TThemeFont; override;

Parameters

<-> Parameter Type Description
const fontScheme TFontScheme Font Scheme we want to get (either minor or major). Using "none" here will return null.

Returns

Font definition.

See also