2022.2

Table Of Contents
Segment
${segment.metadata.propertyname}or${seg-
ment.metadata['propertyname']}
Valueofametadatapropertyofthejobsegment.
ThepropertynamemusthavebeendefinedasaTagNameontheJobSegement
Tagstabofthe"MetaDataoptions"onpage1083pageintheAdvanced Print
WizardorJob Creation Preset.
Note: ThisisonlyavailableifSeparationbasedonJobSegmentorSplit
At Exactly n Sheetshasbeenselectedonthe"Separationoptions"on
page1167pageintheAdvanced Print WizardorOutput Creation
Preset.
${segment.count.pages} Totalnumberofpagesinthejobsegment.
${segment.count.sheets} Totalnumberofsheetsinthejobsegment.
${segment.count.documents} Totalnumberofdocumentsinthejobsegment.
${segment.count.sets} Totalnumberofdocumentsetsinthejobsegment.
${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.
Page 1336