TableOfAuthoritiesCategory 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.
Represents a single table of authorities category.
public interface class TableOfAuthoritiesCategory
[System.Runtime.InteropServices.Guid("00020977-0000-0000-C000-000000000046")]
public interface TableOfAuthoritiesCategory
type TableOfAuthoritiesCategory = interface
Public Interface TableOfAuthoritiesCategory
- Attributes
Remarks
The TableOfAuthoritiesCategories object is a member of the TablesOfAuthoritiesCategories collection. 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 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).
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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Index |
Returns an Integer that represents the position of an item in a collection. |
Name |
Returns or sets the name of the specified object. |
Parent |
Returns an object that represents the parent object of the specified object. |