ThemeFonts.Item(MsoFontLanguageIndex) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets one of the three language fonts contained in the ThemeFonts collection.
public:
Microsoft::Office::Core::ThemeFont ^ Item(Microsoft::Office::Core::MsoFontLanguageIndex Index);
public Microsoft.Office.Core.ThemeFont Item (Microsoft.Office.Core.MsoFontLanguageIndex Index);
abstract member Item : Microsoft.Office.Core.MsoFontLanguageIndex -> Microsoft.Office.Core.ThemeFont
Public Function Item (Index As MsoFontLanguageIndex) As ThemeFont
Parameters
- Index
- MsoFontLanguageIndex
The index value of the ThemeFont object.
Returns
ThemeFont