Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.IndexUpdateData interface

Package:
word

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

Remarks

Used by

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


Feedback

Was this page helpful?