Share via


AutoCaption Object Members

Word Developer Reference

Represents a single caption that can be automatically added when items such as tables, pictures, or OLE objects are inserted into a document. The AutoCaption object is a member of the AutoCaptions collection. The AutoCaptions collection contains all the captions listed in the AutoCaption dialog box.

Properties

  Name Description
Bb225981.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225981.properties(en-us,office.12).gif AutoInsert True if a caption is automatically added when the item is inserted into a document. Read/write Boolean.
Bb225981.properties(en-us,office.12).gif CaptionLabel Returns or sets the caption label ("Figure," "Table," or "Equation," for example) of the specified caption. Read/write Variant.
Bb225981.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb225981.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb225981.properties(en-us,office.12).gif Name Returns or sets the name of the specified object. Read-only String.
Bb225981.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified AutoCaption object.