TableOfAuthorities Interface

Definition

Represents a single table of authorities in a document (a TOA field).

public interface class TableOfAuthorities
[System.Runtime.InteropServices.Guid("00020911-0000-0000-C000-000000000046")]
public interface TableOfAuthorities
type TableOfAuthorities = interface
Public Interface TableOfAuthorities
Attributes

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(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) 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(Range, String, Object, Object, Object) method to mark citations to be included in a table of authorities.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Bookmark

Returns or sets the name of the bookmark from which to collect table of authorities entries.

Category

Returns or sets the category of entries to be included in a table of authorities.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

EntrySeparator

Returns or sets the characters (up to five) that separate a table of authorities entry and its page number.

IncludeCategoryHeader

True if the category name for a group of entries appears in the table of authorities.

IncludeSequenceName

Returns or sets the Sequence (SEQ) field identifier for a table of authorities.

KeepEntryFormatting

True if formatting from table of authorities entries is applied to the entries in the specified table of authorities.

PageNumberSeparator

Returns of sets the characters (up to five) that separate individual page references in a table of authorities.

PageRangeSeparator

Returns or sets the characters (up to five) that separate a range of pages in a table of authorities.

Parent

Returns an object that represents the parent object of the specified object.

Passim

True if five or more page references to the same authority are replaced with "Passim."

Range

Returns a Range object that represents the portion of a document that's contained in the specified object.

Separator

Returns or sets the characters (up to five) between the sequence number and the page number.

TabLeader

Returns or sets the character between entries and their page numbers in a table of authorities.

Methods

Delete()

Deletes the specified object.

Update()

Updates the entries shown in the specified table of authorities.

Applies to