ThemeFonts 接口

定义

表示 Microsoft Office 2007 主题字体方案中主要字体和次要字体的集合。

public interface class ThemeFonts : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03A4-0000-0000-C000-000000000046")]
public interface ThemeFonts : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03A4-0000-0000-C000-000000000046")>]
type ThemeFonts = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface ThemeFonts
Implements _IMsoDispObj, IEnumerable
属性
实现

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 ThemeFonts 。 只读。

Count

获取集合中的 ThemeFonts 项数。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 ThemeFonts 。 只读。

Parent

获取 对象的父对象 ThemeFonts 。 只读。

方法

GetEnumerator()

表示 Microsoft Office 2007 主题字体方案中主要字体和次要字体的集合。

Item(MsoFontLanguageIndex)

获取集合中包含的三种语言字体之 ThemeFonts 一。

适用于