Word.Interfaces.IndexUpdateData interface
An interface for updating data on the Index object, for use in index.set({ ... }).
Properties
| range | Returns a |
| tab |
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
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"