Syntax

expression.Item(Index)

expression An expression that returns a ThemeFonts object.

Parameters

Name Required/Optional Data Type Description
Index Required MsoFontLanguageIndex The index value of the ThemeFont object.

Return Value
ThemeFont

Example
The following example sets the font for the body of a document to the Latin theme.

Visual Basic for Applications
Dim tTheme As OfficeTheme Dim tfThemeFonts As ThemeFonts Dim latinMinorFont As ThemeFont Set tfThemeFonts = tTheme.ThemeFontScheme.MinorFont Set latinMinorFont = tfThemeFonts(msoThemeLatin)

See also: