GlossaryDocument.DocParts Property

List of Glossary Document Entries.Represents the element tag in schema: w:docParts

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

Syntax

'Declaration
Public Property DocParts As DocParts
    Get
    Set
'Usage
Dim instance As GlossaryDocument
Dim value As DocParts

value = instance.DocParts

instance.DocParts = value
public DocParts DocParts { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DocParts
Returns DocParts.

See Also

Reference

GlossaryDocument Class

GlossaryDocument Members

DocumentFormat.OpenXml.Wordprocessing Namespace