2021.2

Table Of Contents
Object or function Usage
"PaginationInfo" on
page1447
This object contains essential information about one
element in order to create a table of contents (see "Creating
a Table Of Contents" on page931).
results."info()" on page1452 A call to results.info() returns pagination information (see
"PaginationInfo" on page1447) for the first element in the
result set of a query (see "query(selector)" on page1446).
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1283) and in the Control Script API (see "Control Script API" on page1405) 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
the properties, you have to write a Post Pagination Script (see "Post Pagination Scripts" on
page929).
Field Type Description
properties Properties
Key-value pairs containing custom properties.
Note that a property value is always stored as a string in
the database.
Page 1444