Share via


PageNumberType.ChapterSeparator Property

Definition

Chapter Separator Character

Represents the following attribute in the schema: w:chapSep

[DocumentFormat.OpenXml.SchemaAttr(23, "chapSep")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues> ChapterSeparator { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues> ChapterSeparator { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "chapSep")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues>? ChapterSeparator { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:chapSep")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues>? ChapterSeparator { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues>? ChapterSeparator { get; set; }
member this.ChapterSeparator : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "chapSep")>]
member this.ChapterSeparator : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:chapSep")>]
member this.ChapterSeparator : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues> with get, set
Public Property ChapterSeparator As EnumValue(Of ChapterSeparatorValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to