[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexPageNumberOptions

IndexPageNumberOptions Class

Represents options used to show page numbers in an INDEX field.

Inheritance
IndexPageNumberOptions
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class IndexPageNumberOptions
Public Class IndexPageNumberOptions

Properties

Name Description
ListSeparator

Gets or sets the string that is used to separate two page numbers in a page number list.

Default value is ", " (a comma followed by a space).

PrefixSeparator

Gets or sets the string that separates the prefix (see PrefixSequenceId property) and page number in INDEX entries.

Default value is '-'.

PrefixSequenceId

Gets or sets the Id of SEQ fields whose result should prefix the index entries page numbers.

Default value is Empty.

RangeSeparator

Gets or sets the string that is used to separate the start and end of a page range (see PageRange).

Default value is '–' (en dash).

ReferenceSeparator

Gets or sets the string that is used to separate an index entry and its cross reference (see CrossReference).

This property has effect only for the first occurrence in the page list and if the property Separator has the default value, otherwise the ListSeparator property value is used.

Default value is ". " (a period followed by a space).

Separator

Gets or sets the string that is used to separate an index entry and its first page number.

If this value contains a tab character, the page number list is right justified in the column.

Default value is ", " (a comma followed by a space).

Methods

Name Description
ToString()