Table of Contents

XlsFile.GetThemeFont Method

Gets the major of minor font scheme in the theme.

Syntax

Namespace: FlexCel.XlsAdapter

public override TThemeFont GetThemeFont(TFontScheme fontScheme)

Parameters

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

Returns

Font definition.

See also