[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
autoCaptions (Automatic Captioning Settings)
This element specifies that one or more types of objects, when inserted into a WordprocessingML document, will automatically be labeled with a specific caption defined using the caption element (§2.15.1.16).
[Example: Consider the following example illustrating a two page WordprocessingML document that has leveraged WordprocessingML to automatically label WordprocessingML tables with a specified caption.
|
|
This type of automatic captioning is specified using the following WordprocessingML fragment:
<w:captions>
<w:caption w:name="Table" w:pos="below" w:chapNum="On" w:heading="2" w:numFmt="upperCase" w:sep="8212" />
<w:autoCaptions>
<w:autoCaption w:name="wfwTable" w:caption="Table" />
</w:autoCaptions>
</w:captions>
The autoCaptions element specifies set of objects that when inserted into a WordprocessingML document will automatically be labeled with a given caption. end example]
Parent Elements |
captions (§2.15.1.17) |
Child Elements |
Subclause |
autoCaption (Single Automatic Captioning Setting) |
§2.15.1.7 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AutoCaptions">
<sequence>
<element name="autoCaption" type="CT_AutoCaption" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>