Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (27 loc) · 900 Bytes

themefontscheme-save-method-office.md

File metadata and controls

52 lines (27 loc) · 900 Bytes
title ms.prod api_name ms.assetid ms.date
ThemeFontScheme.Save Method (Office)
office
Office.ThemeFontScheme.Save
4adbeac7-b5cf-327e-f999-4dd2d721755d
06/08/2017

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

Other resources

ThemeFontScheme Object Members