SdtDocPartType.DocPartCategory Property

Document Part Category Filter.Represents the element tag in schema: w:docPartCategory

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

Syntax

'Declaration
Public Property DocPartCategory As DocPartCategory
    Get
    Set
'Usage
Dim instance As SdtDocPartType
Dim value As DocPartCategory

value = instance.DocPartCategory

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DocPartCategory
Returns DocPartCategory.

See Also

Reference

SdtDocPartType Class

SdtDocPartType Members

DocumentFormat.OpenXml.Wordprocessing Namespace