[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
altChunkPr (External Content Import Properties)
This element specifies the set of properties which shall be applied to the import of the external content specified by the parent altChunk element. Within this Office Open XML Standard, only one property is specified.
[Example: Consider a WordprocessingML document consisting of contents which contains an external content import anchor in the appropriate location:
<w:body>
<w:altChunk r:id="altChunk1">
<w:altChunkPr>
<w:matchSrc w:val="false" />
</w:altChunkPr>
</w:altChunk>
<w:p/>
<w:sectPr>
…
</w:sectPr>
</w:body>
The altChunkPr element specifies the set of properties applied to the external content import when importing the specified content. end example]
Parent Elements |
altChunk (§2.17.3.1) |
Child Elements |
Subclause |
matchSrc (Keep Source Formatting on Import) |
§2.17.3.3 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AltChunkPr">
<sequence>
<element name="matchSrc" type="CT_OnOff" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>