CaptionLabels Interface

A collection of CaptionLabel objects that represent the available caption labels.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020978-0000-0000-C000-000000000046")> _
Public Interface CaptionLabels _
    Inherits IEnumerable
'Usage
Dim instance As CaptionLabels
[GuidAttribute("00020978-0000-0000-C000-000000000046")]
public interface CaptionLabels : IEnumerable

Remarks

The items in the CaptionLabels collection are listed in the Label box in the Caption dialog box (Insert menu).

Use the CaptionLabel property to return the CaptionLabels collection. By default, the CaptionLabels collection includes the three built-in caption labels: Figure, Table, and Equation.

Use the Add method to add a custom caption label.

Use CaptionLabels(index), where index is the caption label name or index number, to return a single CaptionLabel object.

The index number represents the position of the caption label in the CaptionLabels collection.

See Also

Reference

CaptionLabels Members

Microsoft.Office.Interop.Word Namespace