TablesOfAuthorities.MarkAllCitations Method
Inserts a TA (Table of Authorities Entry) field after all instances of the ShortCitation text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub MarkAllCitations ( _
ShortCitation As String, _
ByRef LongCitation As Object, _
ByRef LongCitationAutoText As Object, _
ByRef Category As Object _
)
'Usage
Dim instance As TablesOfAuthorities
Dim ShortCitation As String
Dim LongCitation As Object
Dim LongCitationAutoText As Object
Dim Category As Object
instance.MarkAllCitations(ShortCitation, _
LongCitation, LongCitationAutoText, _
Category)
void MarkAllCitations(
string ShortCitation,
ref Object LongCitation,
ref Object LongCitationAutoText,
ref Object Category
)
Parameters
- ShortCitation
Type: System.String
Required String. The short citation for the entry as it will appear in the Mark Citation dialog box (Insert menu, Index and Tables command).
- LongCitation
Type: System.Object%
Optional Object. The long citation string for the entry as it will appear in the table of authorities.
- LongCitationAutoText
Type: System.Object%
Optional Object. The AutoText entry name that contains the text of the long citation as it will appear in the table of authorities.
- Category
Type: System.Object%
Optional Object. The category number to be associated with the entry: 1 corresponds to the first category in the Category box in the Mark Citation dialog box, 2 corresponds to the second category, and so on.