2018.2

Table Of Contents
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 with the
specified country
locale
${system.time,,fr}
>
19
décembre
2017
12:30:55
Page 1223