ChapterSeparatorValues Enumeration
Defines the ChapterSeparatorValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ChapterSeparatorValues
'Usage
Dim instance As ChapterSeparatorValues
public enum ChapterSeparatorValues
Members
Member name | Description | |
---|---|---|
Hyphen | Hyphen Chapter Separator. When the item is serialized out as xml, its value is "hyphen". | |
Period | Period Chapter Separator. When the item is serialized out as xml, its value is "period". | |
Colon | Colon Chapter Separator. When the item is serialized out as xml, its value is "colon". | |
EmDash | Em Dash Chapter Separator. When the item is serialized out as xml, its value is "emDash". | |
EnDash | En Dash Chapter Separator. When the item is serialized out as xml, its value is "enDash". |