Edit

Share via


Word.TableOfAuthoritiesMarkCitationOptions interface

Specifies the options for inserting a Table of Authorities Entry (TA) field.

Remarks

[ API set: WordApiDesktop 1.4 ]

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 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.

longCitation

If provided, specifies the long citation for the entry as it will appear in a table of authorities.

longCitationAutoText

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

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

[ API set: WordApiDesktop 1.4 ]

longCitation

If provided, specifies the long citation for the entry as it will appear in a table of authorities.

longCitation?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

longCitationAutoText

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

Remarks

[ API set: WordApiDesktop 1.4 ]