ListGallery 接口

定义

代表单个列表格式的库。

public interface class ListGallery
[System.Runtime.InteropServices.Guid("00020994-0000-0000-C000-000000000046")]
public interface ListGallery
type ListGallery = interface
Public Interface ListGallery
属性

注解

ListGallery 对象是 集合的成员ListGalleries。 每个 ListGallery 对象表示中 项目符号和编号对话框中的三个选项卡之一。

使用 ListGalleries (index) (其中 indexwdBulletGallerywdNumberGallerywdOutlineNumberGallery)可返回单个 ListGallery 对象。

若要查看指定的列表模板是否包含 Microsoft Word中内置的格式,请使用 Modified[Int32]ListGallery 对象的 属性。 若要将格式重置为原始列表格式,请使用 Reset(Int32)ListGallery 对象的 方法。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

ListTemplates

返回一个 ListTemplates 集合,该集合表示指定列表库的所有列表格式。

Modified[Int32]

如此 如果指定的列表模板不是列表库中相应位置的内置列表模板。

Parent

返回一个对象,代表指定对象的父对象。

方法

Reset(Int32)

将列表库的指定列表模板重置为内置列表模板格式。

适用于