TablesOfFigures 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.
A collection of TableOfFigures objects that represent the tables of figures in a document.
public interface class TablesOfFigures : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020922-0000-0000-C000-000000000046")]
public interface TablesOfFigures : System.Collections.IEnumerable
type TablesOfFigures = interface
interface IEnumerable
Public Interface TablesOfFigures
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the TablesOfFigures property to return the TablesOfFigures collection.
Use the Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to add a table of figures to a document. A table of figures lists figure captions in the order in which they appear in the document.
Use TablesOfFigures(index
), where index
is the index number, to return a single TableOfFigures object. The index number represents the position of the table of figures 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 figures 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, Object) |
Returns a TableOfFigures object that represents a table of figures added to a document. |
AddOld(Range, Object, Object, 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. |