2022.1

Table Of Contents
Note: this is only available if Separation based on
Job Segment or Split At Exactly n Sheets has been
selectedon the "Separation options" on page794
pagein the Advanced Print Wizard or Output
Creation Preset.
${segment.count.pages} Total number of pages in the job segment.
${segment.count.sheets}
Total number of sheets in the job segment.
${segment.count.documents}
Total number of documents in the job segment.
${segment.count.sets}
Total number of document sets in the job segment.
${segment.nr} or
${segment.sequence.job}
Job segment number within the job.
Formatting date and number values
Date and number values can be formatted using an optional pattern and/or locale.
Form Description Example Result
${expression} Do not format. ${system.time} July 4, 2009
12:30:55 PM
${expression,pattern} Apply pattern
with system
locale
${system.time,
yyyyMMdd-HH:mm:ss}
20090704-
12:30:55
${
expression,pattern,locale}
Apply pattern
with the
specified
country locale
${system.time, "dd
MMMM yyyy", fr}
19 décembre
2017
${expression,,locale} Apply a
default format
${system.time,,fr}> 19 décembre
2017
Page 1002