TableOfFigures 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 figures in a document.
public interface class TableOfFigures
[System.Runtime.InteropServices.Guid("00020921-0000-0000-C000-000000000046")]
public interface TableOfFigures
type TableOfFigures = interface
Public Interface TableOfFigures
- Attributes
Remarks
The TableOfFigures object is a member of the TablesOfFigures collection. The TablesOfFigures collection includes all the tables of figures in a 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.
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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Caption |
Returns or sets the label that identifies the items to be included in a table of figures. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
HeadingStyles |
Returns a HeadingStyles object that represents additional styles used to compile a table of figures (styles other than the Heading 1 – Heading 9 styles). |
HidePageNumbersInWeb |
Returns or sets whether page numbers in a table of figures should be hidden when publishing to the Web. |
IncludeLabel |
True if the caption label and caption number are included in a table of figures. |
IncludePageNumbers |
True if page numbers are included in the table of figures. |
LowerHeadingLevel |
Returns or sets the ending heading level for a table of figures. |
Parent |
Returns an object that represents the parent object of the specified object. |
Range |
Returns a Range object that represents the portion of a document that's contained in the specified object. |
RightAlignPageNumbers |
True if page numbers are aligned with the right margin in a table of figures. |
TabLeader |
Returns or sets the character between entries and their page numbers in a table of figures. |
TableID |
Returns or sets a one-letter identifier that's used to build a table of figures from TOC fields. |
UpperHeadingLevel |
Returns or sets the starting heading level for a table of figures. |
UseFields |
True if Table of Contents Entry (TC) fields are used to create a table of figures. |
UseHeadingStyles |
True if built-in heading styles are used to create a table of figures. |
UseHyperlinks |
Returns or sets whether entries in a table of figures should be formatted as hyperlinks when publishing to the Web. |
Methods
Delete() |
Deletes the specified object. |
Update() |
Updates the entries shown in the specified table of figures. |
UpdatePageNumbers() |
Updates the page numbers for items in the specified table of figures. |