TablesOfAuthoritiesCategories Interface 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ablesOfAuthoritiesCategoriesImplementation
    Implements TablesOfAuthoritiesCategories
End Class
Dim ablesOfAuthoritiesCategoriesImplementation1 As New ablesOfAuthoritiesCategoriesImplementation()

Syntax

Public Interface TablesOfAuthoritiesCategories
    Inherits IEnumerable
public interface TablesOfAuthoritiesCategories : IEnumerable
public interface class TablesOfAuthoritiesCategories : public IEnumerable
public interface TablesOfAuthoritiesCategories implements IEnumerable
public interface TablesOfAuthoritiesCategories implements IEnumerable

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).

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

TablesOfAuthoritiesCategories Members