2021.1

Table Of Contents
Note
Post Pagination Scripts only apply to the Print context. These functions and objects
cannot be used with other contexts.
Tip
It is possible to define a function in a Control Script which calls these functions, as long
as that function is only invoked from a Post Pagination Script.
Object or function Usage
merge.context."query
(selector)" on page1425
Call merge.context.query(selector) to run a query
across all sections in the Print context.
merge.section."paginate()"
on page1443
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1433).
merge.section.pagination Used to get the total page count, sheet count and start/end
page numbers for a single section. See "Pagination" on
page1443. Note: section is assumed to refer to a variable
that holds a Section object (see "Retrieving a section" on
page1433).
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1445.
"PaginationInfo" on
page1426
This object contains essential information about one
element in order to create a table of contents (see "Creating
a Table Of Contents" on page921).
results."info()" on page1431 A call to results.info() returns pagination information (see
Page 1422