Value
Name | Description | Value |
---|---|---|
PageReferenceType.CURRENT_PAGE | The page on which the index entry is located. | 1668444263 = 'crpg' |
PageReferenceType.FOR_NEXT_N_PAGES | The range of pages from the page containing the inedex entry to the nth page after that page (where n is the number of pages to include). | 1718513767 = 'fnpg' |
PageReferenceType.FOR_NEXT_N_PARAGRAPHS | The range of pages from the page containing the index entry to the page containing the nth full paragraph from the paragraph containing the index entry (where n is the number of paragraphs to include). | 1718513778 = 'fnpr' |
PageReferenceType.SUPPRESS_PAGE_NUMBERS | Turns off page numbers for the index topic. | 1852863079 = 'nprg' |
PageReferenceType.TO_END_OF_DOCUMENT | The last page in the document. | 1701799011 = 'eodc' |
PageReferenceType.TO_END_OF_SECTION | The last page in the numbered section containing the index entry. | 1701802851 = 'eosc' |
PageReferenceType.TO_END_OF_STORY | The last page in the story containing the index entry. | 1701802868 = 'eost' |
PageReferenceType.TO_NEXT_STYLE_CHANGE | The range of pages from the page containing the index entry to the page containing the next paragraph style change. | 1953395555 = 'tnsc' |
PageReferenceType.TO_NEXT_USE_OF_STYLE | The range of pages from the page containing the index entry to the page that contains the next occurrance of the specified paragraph style. If no paragraph style is specified, the paragraph style of the index entry paragraph is used. | 1953396083 = 'tnus' |
Usage
In function
PageReference PageReferences.add (source: Text[, pageReferenceType: PageReferenceType=PageReferenceType.CURRENT_PAGE][, pageReferenceLimit: any][, pageNumberStyleOverride: CharacterStyle][, withProperties: Object])
As property
PageReference.pageReferenceType
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |