Indexes 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 Index ,这些对象表示指定文档中的所有索引。
public interface class Indexes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002097C-0000-0000-C000-000000000046")]
public interface Indexes : System.Collections.IEnumerable
type Indexes = interface
interface IEnumerable
Public Interface Indexes
Implements IEnumerable
- 属性
- 实现
注解
Indexes使用 属性可返回 Indexes 集合。
Add(Range, Object, Object, Object, Object, Object, Object, Object)使用 方法创建索引并将其添加到 Indexes 集合。
使用 Index (index
) (其中 index
是索引号)返回单个 Index 对象。 索引号代表文档中的 索引 对象的位置。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Format |
返回或设置指定文档中索引的格式。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Add(Range, Object, Object, Object, Object, Object, Object, Object) |
返回一个 Index 对象,该对象表示添加到文档的新索引。 |
AddOld(Range, Object, Object, Object, Object, Object) |
仅供内部使用。 |
AutoMarkEntries(String) |
用对应文件中的索引项将 XE(索引项)域自动添至指定文档。 |
GetEnumerator() |
对象的集合 Index ,这些对象表示指定文档中的所有索引。 |
MarkAllEntries(Range, Object, Object, Object, Object, Object, Object, Object) |
在 中的所有 |
MarkEntry(Range, Object, Object, Object, Object, Object, Object, Object, Object) |
在指定范围后插入一个 XE(索引项)域。 返回表示 Field XE 字段的 对象。 |