Edit

Share via


Word.Interfaces.IndexUpdateData interface

An interface for updating data on the Index object, for use in index.set({ ... }).

Properties

range

Returns a Range object that represents the portion of the document that is contained within the index.

tabLeader

Specifies the leader character between entries in the index and their associated page numbers.

Property Details

range

Returns a Range object that represents the portion of the document that is contained within the index.

range?: Word.Interfaces.RangeUpdateData;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

tabLeader

Specifies the leader character between entries in the index and their associated page numbers.

tabLeader?: Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot";

Property Value

Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot"

Remarks

[ API set: WordApiDesktop 1.4 ]