TablesOfAuthorities interface
Office 2013 and later
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)
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.
Show: