TableOfAuthorities Interface

Represents a single table of authorities in a document (a TOA field).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020911-0000-0000-C000-000000000046")> _
Public Interface TableOfAuthorities
'Usage
Dim instance As TableOfAuthorities
[GuidAttribute("00020911-0000-0000-C000-000000000046")]
public interface TableOfAuthorities

Remarks

The TableOfAuthorities object is a member of the TablesOfAuthorities collection. The TablesOfAuthorities collection includes all the tables of authorities in a document.

Use TablesOfAuthorities(index), where index is the index number, to return a single TableOfAuthorities object. The index number represents the position of the table of authorities in the document.

Use the Add method to add a table of authorities to a document.

Note A table of authorities is built from TA (Table of Authorities Entry) fields in a document. Use the MarkCitation method to mark citations to be included in a table of authorities.

See Also

Reference

TableOfAuthorities Members

Microsoft.Office.Interop.Word Namespace