Edit

Share via


Word.Interfaces.TableOfAuthoritiesData interface

An interface describing the data returned by calling tableOfAuthorities.toJSON().

Properties

bookmark

Specifies the name of the bookmark from which to collect table of authorities entries.

category

Specifies the category of entries to be included in the table of authorities. Values 0 through 16 correspond to the items listed in the Category box of the Table of Authorities dialog. To learn how to access this through the Word UI, see Create a table of authorities.

entrySeparator

Specifies a separator of up to five characters. This appears between the table of authorities entry and its page number.

isCategoryHeaderIncluded

Specifies whether the category name for a group of entries appears in the table of authorities.

isEntryFormattingKept

Specifies whether the entries in the table of authorities are displayed with their formatting in the table.

isPassimUsed

Specifies whether references to the same authority that are repeated on five or more pages are replaced with "Passim".

pageNumberSeparator

Specifies a separator of up to five characters. This appears between individual page references in the table of authorities.

pageRangeSeparator

Specifies a separator of up to five characters. This appears between ranges of pages in the table of authorities.

sequenceName

Specifies the Sequence (SEQ) field identifier for the table of authorities.

sequenceSeparator

Specifies a separator of up to five characters. This appears between the sequence number and the page number in the table of authorities.

tabLeader

Specifies the leader character that appears between entries and their associated page numbers in the table of authorities.

Property Details

bookmark

Specifies the name of the bookmark from which to collect table of authorities entries.

bookmark?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

category

Specifies the category of entries to be included in the table of authorities. Values 0 through 16 correspond to the items listed in the Category box of the Table of Authorities dialog. To learn how to access this through the Word UI, see Create a table of authorities.

category?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]

entrySeparator

Specifies a separator of up to five characters. This appears between the table of authorities entry and its page number.

entrySeparator?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

isCategoryHeaderIncluded

Specifies whether the category name for a group of entries appears in the table of authorities.

isCategoryHeaderIncluded?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

isEntryFormattingKept

Specifies whether the entries in the table of authorities are displayed with their formatting in the table.

isEntryFormattingKept?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

isPassimUsed

Specifies whether references to the same authority that are repeated on five or more pages are replaced with "Passim".

isPassimUsed?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

pageNumberSeparator

Specifies a separator of up to five characters. This appears between individual page references in the table of authorities.

pageNumberSeparator?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

pageRangeSeparator

Specifies a separator of up to five characters. This appears between ranges of pages in the table of authorities.

pageRangeSeparator?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

sequenceName

Specifies the Sequence (SEQ) field identifier for the table of authorities.

sequenceName?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

sequenceSeparator

Specifies a separator of up to five characters. This appears between the sequence number and the page number in the table of authorities.

sequenceSeparator?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

tabLeader

Specifies the leader character that appears between entries and their associated page numbers in the table of authorities.

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 ]