ListGalleries 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 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
- 属性
- 实现
注解
ListGalleries使用 属性可返回 ListGalleries 集合。
使用 ListGalleries (index
) (其中 index
wdBulletGallery、 wdNumberGallery 或 wdOutlineNumberGallery)可返回单个 ListGallery 对象。
若要查看指定的列表模板是否包含 Microsoft Word内置的格式,请将 属性与 ListGallery 对象一起使用Modified[Int32]。 若要将格式重置为原始列表格式,请使用 Reset(Int32)ListGallery 对象的 方法。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[WdListGalleryType] |
返回列表模板库中 (项目符号、编号或大纲) 的列表类型。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
GetEnumerator() |
对象的集合 ListGallery ,这些对象表示“项目符号和编号”对话框中的三个选项卡。 |