Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TablesOfContents Interface
Definition
- Namespace:
- Microsoft.Office.Interop.Word
- Assembly:
- Microsoft.Office.Interop.Word.dll
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.
A collection of TableOfContents objects that represent the tables of contents in a document.
public interface class TablesOfContents : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020914-0000-0000-C000-000000000046")]
public interface TablesOfContents : System.Collections.IEnumerable
type TablesOfContents = interface
interface IEnumerable
Public Interface TablesOfContents
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the TablesOfContents property to return the TablesOfContents collection.
Use the Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to add a table of contents to a document.
Use TablesOfContents(index), where index is the index number, to return a single TableOfContents object. The index number represents the position of the table of contents in the document.
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. |
| Format |
Returns or sets the formatting for the tables of contents in the specified document. |
| Item[Int32] |
Returns an individual object in a collection. |
| Parent |
Returns an object that represents the parent object of the specified object. |
Methods
| Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Returns a TableOfContents object that represents a table of contents added to a document. |
| Add2000(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Reserved for internal use. |
| AddOld(Range, Object, Object, Object, Object, Object, Object, Object, Object) |
Reserved for internal use. |
| GetEnumerator() | |
| MarkEntry(Range, Object, Object, Object, Object) |
Inserts a TC (Table of Contents Entry) field after the specified range. The method returns a Field object representing the TC field. |
Applies to
Feedback
Was this page helpful?
