Table of Contents

ExcelFile.GetThemeFont Method

Gets the major of minor font scheme in the theme.

Syntax

Namespace: FlexCel.Core

public abstract 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