AutoCaptions Interface

A collection of AutoCaption objects that represent the captions that can be automatically added when items such as tables, pictures, or OLE objects are inserted into a document.

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

Syntax

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

Remarks

Use the AutoCaptions property to return the AutoCaptions collection.

The AutoCaptions collection contains all the captions listed in the AutoCaption dialog box (Insert menu). AutoCaption objects cannot be programmatically added to or deleted from the AutoCaptions collection.

Use AutoCaptions(index), where index is the caption name or index number, to return a single AutoCaption object. The caption names correspond to the items listed in the AutoCaption dialog box (Insert menu). You must exactly match the spelling (but not necessarily the capitalization) of the name, as it's shown in the AutoCaption dialog box.

The index number represents the position of the AutoCaption object in the list of captions in the AutoCaption dialog box.

See Also

Reference

AutoCaptions Members

Microsoft.Office.Interop.Word Namespace