Freigeben über


DocParts-Klasse

List of Glossary Document Entries.When the object is serialized out as xml, its qualified name is w:docParts.

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • DocPart <w:docPart>

[ISO/IEC 29500-1 1. Ausgabe]

17.12.8 docParts (List of Glossary Document Entries)

This element specifies the collection of glossary document entries which are stored in the current Glossary Document part.

[Example: Consider the following definition for the contents of a glossary document part within a WordprocessingML document:

<w:glossaryDocument>
<w:docParts>
<w:docPart>
…
</w:docPart>
<w:docPart>
…
</w:docPart>
</w:docParts>
</w:glossaryDocument>

The docParts element defines the set of entries which are stored in the glossary document part. end example]

Parent Elements

glossaryDocument (§17.12.10)

Child Elements

Subclause

docPart (Glossary Document Entry)

§17.12.5

[Note: The W3C XML Schema definition of this element's content model (CT_DocParts) 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

DocParts-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace