Table of Contents

ExcelFile.SetThemeFont Method

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

Syntax

Namespace: FlexCel.Core

public abstract void SetThemeFont(TFontScheme fontScheme, TThemeFont font)

Parameters

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

See also