Word.Interfaces.TableOfAuthoritiesCollectionLoadOptions interface
Represents a collection of Word.TableOfAuthorities objects in a Word document.
Remarks
Properties
| $all | Specifying |
| bookmark | For EACH ITEM in the collection: Specifies the name of the bookmark from which to collect table of authorities entries. |
| category | For EACH ITEM in the collection: 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. |
| entry |
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between the table of authorities entry and its page number. |
| is |
For EACH ITEM in the collection: Specifies whether the category name for a group of entries appears in the table of authorities. |
| is |
For EACH ITEM in the collection: Specifies whether the entries in the table of authorities are displayed with their formatting in the table. |
| is |
For EACH ITEM in the collection: Specifies whether references to the same authority that are repeated on five or more pages are replaced with "Passim". |
| page |
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between individual page references in the table of authorities. |
| page |
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between ranges of pages in the table of authorities. |
| range | For EACH ITEM in the collection: Gets the portion of a document that is this table of authorities. |
| sequence |
For EACH ITEM in the collection: Specifies the Sequence (SEQ) field identifier for the table of authorities. |
| sequence |
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between the sequence number and the page number in the table of authorities. |
| tab |
For EACH ITEM in the collection: Specifies the leader character that appears between entries and their associated page numbers in the table of authorities. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
bookmark
For EACH ITEM in the collection: Specifies the name of the bookmark from which to collect table of authorities entries.
bookmark?: boolean;
Property Value
boolean
Remarks
category
For EACH ITEM in the collection: 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?: boolean;
Property Value
boolean
Remarks
entrySeparator
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between the table of authorities entry and its page number.
entrySeparator?: boolean;
Property Value
boolean
Remarks
isCategoryHeaderIncluded
For EACH ITEM in the collection: Specifies whether the category name for a group of entries appears in the table of authorities.
isCategoryHeaderIncluded?: boolean;
Property Value
boolean
Remarks
isEntryFormattingKept
For EACH ITEM in the collection: Specifies whether the entries in the table of authorities are displayed with their formatting in the table.
isEntryFormattingKept?: boolean;
Property Value
boolean
Remarks
isPassimUsed
For EACH ITEM in the collection: 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
pageNumberSeparator
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between individual page references in the table of authorities.
pageNumberSeparator?: boolean;
Property Value
boolean
Remarks
pageRangeSeparator
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between ranges of pages in the table of authorities.
pageRangeSeparator?: boolean;
Property Value
boolean
Remarks
range
For EACH ITEM in the collection: Gets the portion of a document that is this table of authorities.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
sequenceName
For EACH ITEM in the collection: Specifies the Sequence (SEQ) field identifier for the table of authorities.
sequenceName?: boolean;
Property Value
boolean
Remarks
sequenceSeparator
For EACH ITEM in the collection: Specifies a separator of up to five characters. This appears between the sequence number and the page number in the table of authorities.
sequenceSeparator?: boolean;
Property Value
boolean
Remarks
tabLeader
For EACH ITEM in the collection: Specifies the leader character that appears between entries and their associated page numbers in the table of authorities.
tabLeader?: boolean;
Property Value
boolean