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)

Usage

Public Class ableOfAuthoritiesImplementation
    Implements TableOfAuthorities
End Class
Dim ableOfAuthoritiesImplementation1 As New ableOfAuthoritiesImplementation()

Syntax

Public Interface TableOfAuthorities
public interface TableOfAuthorities
public interface class TableOfAuthorities
public interface TableOfAuthorities
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.

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

Other Resources

TableOfAuthorities Members