Freigeben über


AltChunkProperties-Klasse

External Content Import Properties.When the object is serialized out as xml, its qualified name is w:altChunkPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(MatchSource))> _
Public Class AltChunkProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As AltChunkProperties
[ChildElementInfoAttribute(typeof(MatchSource))]
public class AltChunkProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • MatchSource <w:matchSrc>

[ISO/IEC 29500-1 1. Ausgabe]

17.17.2.2 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 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]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

AltChunkProperties-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace