2022.1

Table Of Contents
Object or function Usage
merge.context."query
(selector)" on page957
Call merge.context.query(selector) to run a query
across all sections in the Print context.
merge.section."paginate()"
on page974
A call to merge.section.paginate() triggers
pagination of the current section. Note: section is
assumed to refer to a variable that holds a Section object
(see "Retrieving a section" on page965).
merge.section.pagination Used to get the total page count, sheet count and start/end
page numbers for a single section. See "Pagination" on
page974. Note: section is assumed to refer to a variable
that holds a Section object (see "Retrieving a section" on
page965).
merge.pagination Used to get the total page count, sheet count and start/end
page numbers for all sections in the Print context after
pagination. See "Pagination" on page977.
"PaginationInfo" on
page957
This object contains essential information about one
element in order to create a table of contents (see "Creating
a Table Of Contents" on page443).
results."info()" on page963 A call to results.info() returns pagination information (see
"PaginationInfo" on page957) for the first element in the
result set of a query (see "query(selector)" on page957).
Other objects that are available to Post Pagination Scripts
The list above isn't exhaustive: the objects listed in the Designer API (see "Standard Script
API" on page797) and in the Control Script API (see "Control Script API" on page917) are also
available in Post Pagination Scripts.
contentitem
The contentitem object holds the Print Content Item that will be written to the Connect
database when generating Print output.
Page 954