17.17.2.2 altChunkPr

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 ISO/IEC 29500, 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]

[Note: The W3C XML Schema definition of this element’s content model (CT_AltChunkPr) is located in A.1. end note]

Last updated on