次の方法で共有


AltChunkProperties Class

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

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(MatchSource))> _
Public Class AltChunkProperties _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As AltChunkProperties
[ChildElementInfoAttribute(typeof(MatchSource))]
public class AltChunkProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • MatchSource <w:matchSrc>

[ISO/IEC 29500-1 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AltChunkProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace