次の方法で共有


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

'宣言
Public Property DocParts As DocParts
    Get
    Set
'使用
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