Table of Contents

TXlsFile.SetThemeFont Method

Sets either the minor or the major font for the theme.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.SetThemeFont(const fontScheme: TFontScheme; const font: TThemeFont); override;

Parameters

<-> Parameter Type Description
const fontScheme TFontScheme Font Scheme we want to set (either minor or major). Using "none" here will do nothing.
const font TThemeFont Font definition.

See also