ThemeFontScheme.Save Method (Office)

Saves the font scheme of a Microsoft Office theme to a file.

Syntax

expression .Save(FileName)

expression An expression that returns a ThemeFontScheme object.

Parameters

Name

Required/Optional

Data Type

Description

FileName

Required

String

The name of the file.

Example

The following example saves the Office theme font scheme to a file.

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

See Also

Concepts

ThemeFontScheme Object

ThemeFontScheme Object Members