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 | |
---|---|---|
![]() |
Application | Returns an Application object that represents the Microsoft Word application. |
![]() |
AutoInsert | True if a caption is automatically added when the item is inserted into a document. Read/write Boolean. |
![]() |
CaptionLabel | Returns or sets the caption label ("Figure," "Table," or "Equation," for example) of the specified caption. Read/write Variant. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
![]() |
Index | Returns a Long that represents the position of an item in a collection. Read-only. |
![]() |
Name | Returns or sets the name of the specified object. Read-only String. |
![]() |
Parent | Returns an Object that represents the parent object of the specified AutoCaption object. |