[]
Represents options used to show page numbers in an INDEX field.
public class IndexPageNumberOptions
Public Class IndexPageNumberOptions
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). |
Name | Description |
---|---|
ToString() |