Loading

Creasing of the first and last sheets of subsets

Syntax

XPath: /JDF/ResourcePool/CreasingParams/Crease/GeneralID[@IDUsage="oce:CreaseCondition"]@IDValue

Type

NMTOKEN

Supported range

@IDValue

Crease condition

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 edge or trailing edge over the full width of the sheet and only at the half-fold position.

The attribute @WorkingDirection is not supported. This attribute would define the direction from which the tool is working. Instead, you have to define the facing of the sheets and the preferred feed edge, see sections "Page delivery" and "Preferred feed edge".

Example

<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>