DocParts class
List of Glossary Document Entries. When the object is serialized out as xml, its qualified name is w:docParts.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.DocParts
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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.