TablesOfAuthoritiesCategories Interface

Definition

A collection of TableOfAuthoritiesCategory objects that represent the table of authorities categories, such as Cases and Statutes.

public interface class TablesOfAuthoritiesCategories : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020976-0000-0000-C000-000000000046")]
public interface TablesOfAuthoritiesCategories : System.Collections.IEnumerable
type TablesOfAuthoritiesCategories = interface
    interface IEnumerable
Public Interface TablesOfAuthoritiesCategories
Implements IEnumerable
Attributes
Implements

Remarks

The TablesOfAuthoritiesCategories collection includes all 16 categories listed in the Category box on the Table of Authorities tab in the Index and Tables dialog box (Insert menu).

Use the TablesOfAuthoritiesCategories property to return the TablesOfAuthoritiesCategories collection.

The Add method isn't available for the TablesOfAuthoritiesCategories collection. The collection is limited to 16 items; however, you can use the Name property to rename an existing category.

Use TablesOfAuthoritiesCategories(index), where index is the category name or index number, to return a single TableOfAuthoritiesCategory object.

The index number represents the position of the category in the Index and Tables dialog box (Insert menu).

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.

Item[Object]

Returns an individual object in a collection.

Parent

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

Methods

GetEnumerator()

Applies to