ListGalleries インターフェイス

定義

[箇条書きと段落番号] ダイアログ ボックスの 3 つのタブを表すオブジェクトのコレクション ListGallery

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

注釈

ListGalleriesListGalleries コレクションを取得するには、 プロパティを使用します。

ListGalleries(index) indexwdBulletGallerywdNumberGallery、または wdOutlineNumberGallery を使用して、単一の ListGallery オブジェクトを返します。

指定したリスト テンプレートに Microsoft Wordに組み込まれている書式が含まれているかどうかを確認するには、ListGallery オブジェクトで プロパティを使用Modified[Int32]します。 書式設定を元のリスト形式にリセットするには、ListGallery オブジェクトの メソッドを使用Reset(Int32)します。

プロパティ

Application

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

Count

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

Creator

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

Item[WdListGalleryType]

リスト テンプレート ギャラリーからリストの種類 (箇条書き、段落番号、またはアウトライン) を返します。

Parent

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

メソッド

GetEnumerator()

[箇条書きと段落番号] ダイアログ ボックスの 3 つのタブを表すオブジェクトのコレクション ListGallery

適用対象