Share via


Caption.Separator Property

Definition

Chapter Number/Item Index Separator

Represents the following attribute in the schema: w:sep

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to