Caption.Separator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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