AutoCaption.CaptionLabel Property
Word Developer Reference |
Returns or sets the caption label ("Figure," "Table," or "Equation," for example) of the specified caption. Read/write Variant.
Syntax
expression.CaptionLabel
expression A variable that represents an AutoCaption object.
Remarks
This property can be set to a string or a WdCaptionLabelID constant.
Example
This example displays the name ("Microsoft Excel Worksheet," for example) and caption label ("Figure," for example) for each item that has a caption added automatically when inserted.
Visual Basic for Applications |
---|
|
This example sets the caption label for Word tables to "Table" and then inserts a new table immediately after the selection.
Visual Basic for Applications |
---|
|
See Also