AltChunkProperties class
External Content Import Properties. When the object is serialized out as xml, its qualified name is w:altChunkPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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 /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]
Parent Elements |
|---|
altChunk (§17.17.2.1) |
Child Elements | Subclause |
|---|---|
matchSrc (Keep Source Formatting on Import) | §17.17.2.3 |
[Note: The W3C XML Schema definition of this element’s content model (CT_AltChunkPr) is located in §A.1. end note]
© ISO/IEC29500: 2008.