Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocPageNumberOptions Class
Properties Methods

In This Topic
    TocPageNumberOptions Class Members
    In This Topic

    The following tables list the members exposed by TocPageNumberOptions.

    Public Properties
     NameDescription
    Public PropertyGets the range of TOC entry levels for which the page numbers should be omitted.

    The default value is OutlineLevelRange.IsEmpty.

     
    Public PropertyGets or sets the character that separates the prefix (see PrefixSequenceId property) and page number in TOC entries.

    The default value is '-'.

     
    Public PropertyGets or sets the SeqFieldOptions.Id of SEQ fields whose result should prefix TOC entries page numbers.

    The default value is System.String.Empty.

     
    Public PropertyGets or sets the character that separates a TOC entry and its page number.

    The default value is GrapeCity.Documents.Word.SpecialChars.Tab.

     
    Public PropertyGets or sets a value indicating whether to show page numbers for TOC entries.

    The default value is true.

     
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current object.  
    Top
    See Also