Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / PageNumberType Class / ChapterNumberSeparator Property


In This Topic
    ChapterNumberSeparator Property
    In This Topic
    Gets or sets the separator used for a chapter or sub-chapter.
    Syntax
    'Declaration
     
    Public Property ChapterNumberSeparator As ChapterSeparator
    'Usage
     
    Dim instance As PageNumberType
    Dim value As ChapterSeparator
     
    instance.ChapterNumberSeparator = value
     
    value = instance.ChapterNumberSeparator
    public ChapterSeparator ChapterNumberSeparator {get; set;}
    Remarks

    A list of the available options can be found in the ChapterSeparator enumeration.

    The default value is Hyphen.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also