Loading

Z-Fold large sheets only

"oce:ZFoldLargeSheetsOnly" defines if the Z-fold must be applied to all sheets, or only to large sheets. PRISMAsync defines if a sheet is considered large.

Syntax

XPath: /JDF[contains(@Types="Folding")]/ResourcePool/FoldingParams/GeneralID[@IDUsage="oce:ZFoldLargeSheetsOnly"]/@IDValue

Type

Boolean

Supported range

@IDValue

Description

False (default)

Z-Fold is applied to all sheets

True

Z-Fold is applied to large sheets only. PRISMAsync defines the dimensions of large sheets.

This parameter is only valid if FoldCatalog specifies F6-7 (Z-fold).

Remark

@oce:FoldDimension

For backwards compatibility, @oce:FoldDimension in the ticket is handled as follows:

  • Any value of @oce:FoldDimension is ignored.

  • @ZFoldLargeSheetsOnly is set to true.

Example

<JDF Type="Combined" Types="... Folding ...">
	<ResourcePool>
		<FoldingParams ID="res_1" FoldCatalog="F6-7">
			<GeneralID IDUsage="oce:ZFoldLargeSheetsOnly" DataType="boolean" IDValue="true"/>
		</FoldingParams>
	</ResourcePool>
</JDF>