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)

コレクションに含まれる 3 つの言語フォントのいずれかを取得します ThemeFonts

適用対象