PageNumberType.ChapterSeparator Property

Chapter Separator Character.Represents the attribte in schema: w:chapSep

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

Syntax

'Declaration
<SchemaAttrAttribute(, "chapSep")> _
Public Property ChapterSeparator As EnumValue(Of ChapterSeparatorValues)
    Get
    Set
'Usage
Dim instance As PageNumberType
Dim value As EnumValue(Of ChapterSeparatorValues)

value = instance.ChapterSeparator

instance.ChapterSeparator = value
[SchemaAttrAttribute(, "chapSep")]
public EnumValue<ChapterSeparatorValues> ChapterSeparator { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ChapterSeparatorValues>
Returns EnumValue<T>.

See Also

Reference

PageNumberType Class

PageNumberType Members

DocumentFormat.OpenXml.Wordprocessing Namespace