Adobe InDesign CS4 (6.0) Object Model JS: PageReferenceType

InDesign CS4

 Options for index page references.

Value

NameDescriptionValue
PageReferenceType.CURRENT_PAGEThe page on which the index entry is located.1668444263 = 'crpg'
PageReferenceType.FOR_NEXT_N_PAGESThe 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_PARAGRAPHSThe 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_NUMBERSTurns off page numbers for the index topic.1852863079 = 'nprg'
PageReferenceType.TO_END_OF_DOCUMENTThe last page in the document.1701799011 = 'eodc'
PageReferenceType.TO_END_OF_SECTIONThe last page in the numbered section containing the index entry.1701802851 = 'eosc'
PageReferenceType.TO_END_OF_STORYThe last page in the story containing the index entry.1701802868 = 'eost'
PageReferenceType.TO_NEXT_STYLE_CHANGEThe 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_STYLEThe 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.3dContents :: Index