Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ChapterSeparator Enumeration

In This Topic
    ChapterSeparator Enumeration
    In This Topic
    Specifies the separator character that appears between the chapter and page number, if a chapter style has been set for page numbers in a section.
    Syntax
    'Declaration
     
    Public Enum ChapterSeparator 
       Inherits System.Enum
    public enum ChapterSeparator : System.Enum 
    Members
    MemberDescription
    Colon Colon chapter separator.
    EmDash Emphasized dash chapter separator.
    EnDash Standard dash chapter separator.
    Hyphen Hyphen chapter separator.
    Period Period chapter separator.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ChapterSeparator

    See Also