Syntax
XPath: //CreasingParams/Crease/GeneralID[@IDUsage=”oce:CreaseCondition”]@IDValue
Type
NMTOKEN
Supported range
@IDValue |
CreaseCondition |
---|---|
All (default) |
All sheets of the subset |
FirstOfSubset |
Only first sheet of subset |
LastOfSubset |
Only last sheet of subset |
FirstAndLastOfSubset |
Only first and last sheet of subset |
Remark
The tool can apply a crease only parallel to the leading/trailing edge, over the full width and only at the half fold position.
There is no support for the creasing orientation, therefore 2 orientations are accepted.
There is no support for direct control of the WorkingDirection [Top, Bottom]. Both will be the result of other finishing settings that control facing or feed direction.
<JDF Type ="Combined" Types ="... Creasing ...">
<ResourcePool>
<CreasingParams ID = "res_1" Class = "Parameter" Status = "Available">
<GeneralID IDUsage = "oce: CreasePattern" IDValue = "FoldCatalog"/>
<GeneralID IDUsage = "oce: FoldCatalog" IDValue = "F4-1"/>
<GeneralID IDUsage = "oce: CreaseCondition" IDValue = "FirstOfSubset"/>
</CreasingParams>
</ResourcePool>
<ResourceLinkPool>
<CreasingParamsLink rRef = "res_1" Usage = "Input"/>
</ResourceLinkPool>
</JDF>