GlossaryDocumentPart.WordprocessingPrinterSettingsParts Property

Gets the WordprocessingPrinterSettingsParts of the GlossaryDocumentPart.

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

Syntax

'Declaration
Public ReadOnly Property WordprocessingPrinterSettingsParts As IEnumerable(Of WordprocessingPrinterSettingsPart)
    Get
'Usage
Dim instance As GlossaryDocumentPart
Dim value As IEnumerable(Of WordprocessingPrinterSettingsPart)

value = instance.WordprocessingPrinterSettingsParts
public IEnumerable<WordprocessingPrinterSettingsPart> WordprocessingPrinterSettingsParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<WordprocessingPrinterSettingsPart>

See Also

Reference

GlossaryDocumentPart Class

GlossaryDocumentPart Members

DocumentFormat.OpenXml.Packaging Namespace