Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Usage
Public Class ablesOfAuthoritiesImplementation
Implements TablesOfAuthorities
End Class
Dim ablesOfAuthoritiesImplementation1 As New ablesOfAuthoritiesImplementation()
Syntax
Public Interface TablesOfAuthorities
Inherits IEnumerable
public interface TablesOfAuthorities : IEnumerable
public interface class TablesOfAuthorities : public IEnumerable
public interface TablesOfAuthorities implements IEnumerable
public interface TablesOfAuthorities implements 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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Interop.Word Namespace