ListParagraphs 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 Paragraph ,这些对象表示已应用列表格式的指定文档、列表或区域的段落。
public interface class ListParagraphs : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020991-0000-0000-C000-000000000046")]
public interface ListParagraphs : System.Collections.IEnumerable
type ListParagraphs = interface
interface IEnumerable
Public Interface ListParagraphs
Implements IEnumerable
- 属性
- 实现
注解
ListParagraphs使用 属性可返回 ListParagraphs 集合。
使用 ListParagraphs (index
) (其中 index
是索引号)返回具有列表格式的单个 Paragraph 对象。
段落可有两种类型的列表格式。 第一种类型包括在该列表的各段开头自动添加的编号或项目符号。 第二种类型包括可以置于段落内任意位置的 LISTNUM 域。 每个段落中可有多个 LISTNUM 域。
若要向段落添加列表格式,可以使用 ApplyListTemplate(ListTemplate, Object, Object, Object) 、 ApplyBulletDefault(Object) 、 ApplyNumberDefault(Object) 或 ApplyOutlineNumberDefault(Object) 方法。 通过指定区域的 ListFormat 对象中访问这些方法。
文档中Count此集合的 属性仅返回main文章中的项数。 若要对其他情景中的项进行计数,请将 集合与 对象一起使用 Range 。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
GetEnumerator() |
对象的集合 Paragraph ,这些对象表示已应用列表格式的指定文档、列表或区域的段落。 |