ThemeFonts.Item Method
Gets one of the three language fonts contained in the ThemeFonts collection.
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 |
|---|
|