<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:
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. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
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>