Word.Interfaces.IndexCollectionLoadOptions interface

Word 集合。表示文档中所有索引的索引对象。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

filter

对于集合中的每个项目:获取一个值,该值表示 Microsoft Word 如何对索引中条目的第一个字符进行分类。 查看 IndexFilter 可用值。

headingSeparator

For EACH ITEM in the collection: 获取索引中以相同字母) 开头的条目 (字母组之间的文本。 对应于 INDEX 字段\h 开关。

indexLanguage

对于集合中的每个项目: 获取表示 LanguageId 要用于索引的排序语言的值。

numberOfColumns

For EACH ITEM in the collection: 获取索引每页的列数。

range

For EACH ITEM in the collection: 返回一个 Range 对象,该对象表示索引中包含的文档部分。

rightAlignPageNumbers

对于集合中的每个项: 指定页码是否与索引中的右边距对齐。

separateAccentedLetterHeadings

对于集合中的每个项目:获取索引是否包含重音字母的单独标题, (例如,以“À”开头的单词位于一个标题下,以“A”开头的单词位于另一个标题下) 。

sortBy

For EACH ITEM in the collection: 指定索引的排序条件。

tabLeader

For EACH ITEM in the collection: 指定索引条目与其关联页码之间的前导字符。

type

对于集合中的每个项: 获取索引类型。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

filter

对于集合中的每个项目:获取一个值,该值表示 Microsoft Word 如何对索引中条目的第一个字符进行分类。 查看 IndexFilter 可用值。

filter?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

headingSeparator

For EACH ITEM in the collection: 获取索引中以相同字母) 开头的条目 (字母组之间的文本。 对应于 INDEX 字段\h 开关。

headingSeparator?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

indexLanguage

对于集合中的每个项目: 获取表示 LanguageId 要用于索引的排序语言的值。

indexLanguage?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

numberOfColumns

For EACH ITEM in the collection: 获取索引每页的列数。

numberOfColumns?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

range

For EACH ITEM in the collection: 返回一个 Range 对象,该对象表示索引中包含的文档部分。

range?: Word.Interfaces.RangeLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.4

rightAlignPageNumbers

对于集合中的每个项: 指定页码是否与索引中的右边距对齐。

rightAlignPageNumbers?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

separateAccentedLetterHeadings

对于集合中的每个项目:获取索引是否包含重音字母的单独标题, (例如,以“À”开头的单词位于一个标题下,以“A”开头的单词位于另一个标题下) 。

separateAccentedLetterHeadings?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

sortBy

For EACH ITEM in the collection: 指定索引的排序条件。

sortBy?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

tabLeader

For EACH ITEM in the collection: 指定索引条目与其关联页码之间的前导字符。

tabLeader?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4

type

对于集合中的每个项: 获取索引类型。

type?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4