DocParts Class

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

Inheritance Hierarchy

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

Remarks

The following table lists the possible child types:

  • DocPart <w:docPart>

[ISO/IEC 29500-1 1st Edition]

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.

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

DocParts Members

DocumentFormat.OpenXml.Wordprocessing Namespace