2022.2

Table Of Contents
${segment.count.pages} Totalnumberofpagesinthejobsegment.
${segment.count.sheets} Totalnumberofsheetsinthejobsegment.
${segment.count.documents} Totalnumberofdocumentsinthejobsegment.
${segment.count.sets} Totalnumberofdocumentsetsinthejobsegment.
${segment.nr}or${segment.sequence.job} Jobsegmentnumberwithinthejob.
Formattingdateandnumbervalues
Dateandnumbervaluescanbeformattedusinganoptionalpattern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
Itispossibletoenclosethevaluesofthepatternandlocaleinsingleordoublequotes.Thisisrequired
forincludingwhitespaceinapattern,orwhenthe${expression}wouldotherwisebeambiguous.
Atrun-time,theoutputenginedeterminesthetypeofthevalueyieldedbytheexpression.Ifthisisa
number,anumberpatternisexpected.Fordate/time-liketypes,adatepatternisexpected.Whenno
patternisspecified,somedefaultformatisapplied.Forothertypes,itisnotpossibletospecifyapat-
ternorlocale.
Forpatternsandpatterncharacterssee"Dateandtimepatterns"onpage725and"Numberpatterns"
onpage741.
Generating Email output
TheEmailcontextoutputsHTMLemailwithembeddedformattingtoanemailclientthroughtheuseof
anemailserver.TheHTMLgeneratedbythiscontextismeanttobecompatiblewithasmanyclients
andasmanydevicesaspossible.
Emailissentinasinglebatchforthewholerecordset.
Page 875