TablesOfAuthorities Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of TableOfAuthorities objects (TOA fields) that represents the tables of authorities in a document.
public interface class TablesOfAuthorities : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020912-0000-0000-C000-000000000046")]
public interface TablesOfAuthorities : System.Collections.IEnumerable
type TablesOfAuthorities = interface
interface IEnumerable
Public Interface TablesOfAuthorities
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the TablesOfAuthorities property to return the TablesOfAuthorities collection.
Use the Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) 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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Format |
Returns or sets the formatting for the tables of authorities in the specified document. |
Item[Int32] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Returns a TableOfAuthorities object that represents a table of authorities added to a document. |
GetEnumerator() | |
MarkAllCitations(String, Object, Object, Object) |
Inserts a TA (Table of Authorities Entry) field after all instances of the |
MarkCitation(Range, String, Object, Object, Object) |
Inserts a TA (Table of Authorities Entry) field and returns the field as a Field object. |
NextCitation(String) |
Finds and selects the next instance of a specified citation. |