CaptionLabel Interface 

Represents a single caption label.

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

Usage

Public Class aptionLabelImplementation
    Implements CaptionLabel
End Class
Dim aptionLabelImplementation1 As New aptionLabelImplementation()

Syntax

Public Interface CaptionLabel
public interface CaptionLabel
public interface class CaptionLabel
public interface CaptionLabel
public interface CaptionLabel

Remarks

The CaptionLabel object is a member of the CaptionLabels collection. The items in the CaptionLabels collection are listed in the Label box in the Caption dialog box (Insert menu).

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.

Use the Add method to add a custom caption label.

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

CaptionLabel Members