TablesOfContents Object Members

Word Developer Reference

A collection of TableOfContents objects that represent the tables of contents in a document.

Methods

  Name Description
Bb257965.methods(en-us,office.12).gif Add Returns a TableOfContents object that represents a table of contents added to a document.
Bb257965.methods(en-us,office.12).gif Item Returns an individual TableOfContents object in a collection.
Bb257965.methods(en-us,office.12).gif MarkEntry Inserts a TC (Table of Contents Entry) field after the specified range. The method returns a Field object representing the TC field.

Properties

  Name Description
Bb257965.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257965.properties(en-us,office.12).gif Count Returns a Long that represents the number of tables of contents in the collection. Read-only.
Bb257965.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257965.properties(en-us,office.12).gif Format Returns or sets the formatting for the tables of contents in the specified document. Read/write WdTocFormat.
Bb257965.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified TableOfContents object.