TablesOfFigures Interface 

A collection of TableOfFigures objects that represent the tables of figures in a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ablesOfFiguresImplementation
    Implements TablesOfFigures
End Class
Dim ablesOfFiguresImplementation1 As New ablesOfFiguresImplementation()

Syntax

Public Interface TablesOfFigures
    Inherits IEnumerable
public interface TablesOfFigures : IEnumerable
public interface class TablesOfFigures : public IEnumerable
public interface TablesOfFigures implements IEnumerable
public interface TablesOfFigures implements IEnumerable

Remarks

Use the TablesOfFigures property to return the TablesOfFigures collection.

Use the Add 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TablesOfFigures Members