TablesOfAuthorities Interface
A collection of TableOfAuthorities objects (TOA fields) that represents the tables of authorities in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020912-0000-0000-C000-000000000046")> _
Public Interface TablesOfAuthorities _
Inherits IEnumerable
'Usage
Dim instance As TablesOfAuthorities
[GuidAttribute("00020912-0000-0000-C000-000000000046")]
public interface TablesOfAuthorities : IEnumerable
Remarks
Use the TablesOfAuthorities property to return the TablesOfAuthorities collection.
Use the Add method to add a table of authorities to a document. A table of authorities is built from TA (Table of Authorities Entry) fields 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.