Word.TableOfAuthoritiesMarkCitationOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the options for inserting a Table of Authorities Entry (TA) field.
Remarks
Properties
category | If provided, specifies the category number to be associated with the entry. Values 1 through 16 correspond to the items listed in the Category dropdown list of the Mark Citation dialog. The value |
long |
If provided, specifies the long citation for the entry as it will appear in a table of authorities. |
long |
If provided, specifies the name of the AutoText entry that contains the text of the long citation as it will appear in a table of authorities. |
Property Details
category
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the category number to be associated with the entry. Values 1 through 16 correspond to the items listed in the Category dropdown list of the Mark Citation dialog. The value 1
corresponds to the first category listed, 2
corresponds to the second category, and so on. To learn how to access this through the Word UI, see Create a table of authorities.
category?: number;
Property Value
number
Remarks
longCitation
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the long citation for the entry as it will appear in a table of authorities.
longCitation?: string;
Property Value
string
Remarks
longCitationAutoText
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the name of the AutoText entry that contains the text of the long citation as it will appear in a table of authorities.
longCitationAutoText?: string;
Property Value
string