ThemeFontScheme.Load Method (Office)

Loads the font scheme of a Microsoft Office theme from a file.

Syntax

expression .Load(FileName)

expression An expression that returns a ThemeFontScheme object.

Parameters

Name

Required/Optional

Data Type

Description

FileName

Required

String

The name of the font scheme file.

Example

The following example loads a theme font scheme from a file.

ThemeFontScheme.Load ("C:\myThemeFontScheme.xml")

See Also

Concepts

ThemeFontScheme Object

ThemeFontScheme Object Members