2020.2

Table Of Contents
Object or function Usage
merge.section.pagination Used to get the total page count, sheet count and start/end
page numbers for a single section. See "Pagination" on
page1436. Note: section is assumed to refer to a variable that
holds a Section object (see "Retrieving a section" on
page1426).
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1438.
"PaginationInfo" on
page1419
This object contains essential information about one element in
order to create a table of contents (see "Creating a Table Of
Contents" on page908).
results."info()" on
page1424
A call to results.info() returns pagination information (see
"PaginationInfo" on page1419) for the first element in the result
set of a query (see "query(selector)" on page1419).
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1267) and in the Control Script API (see "Control Script API" on page1379) 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.
Its properties field allows to add custom properties to the Print Content Item, in the form of key-
value pairs (a JSON string).
Custom properties can be utilized for further processing in a Workflow configuration with the
Retrieve Items task. The Retrieve Items task retrieves custom properties along with the base
record information (see Retrieve Items in Workflow's Online Help).
The contentitem object can be used in any type of script. However, if you want to add
production information - such as the page, size, and position of elements after pagination - to
Page 1416