FontNames インターフェイス

定義

使用できるフォントの名前の一覧を表します。

public interface class FontNames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002096F-0000-0000-C000-000000000046")]
public interface FontNames : System.Collections.IEnumerable
type FontNames = interface
    interface IEnumerable
Public Interface FontNames
Implements IEnumerable
属性
実装

注釈

FontNames オブジェクトをFontNamesLandscapeFontNames取得するには、 、、または PortraitFontNames プロパティを使用します。

フォントの名前を返すには、 FontNames(index) を使用します。index はインデックス番号です。

[!メモ] 使用できるフォント名の一覧にフォント名を追加したり、削除したりすることはできません。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Int32]

コレクション内の各オブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

GetEnumerator()

使用できるフォントの名前の一覧を表します。

適用対象