Word.Interfaces.IndexUpdateData interface
用于更新对象上的 Index 数据的接口,用于 在 中使用 index.set({ ... })。
属性详细信息
range
返回一个 Range 对象,该对象表示索引中包含的文档部分。
range?: Word.Interfaces.RangeUpdateData;
属性值
注解
tabLeader
指定索引中条目与其关联的页码之间的前导字符。
tabLeader?: Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot";
属性值
Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot"