Loading

1-sided/2-sided including tumbling

Use attribute //LayoutPreparationParams/@Sides to specify 1-sided and 2-sided including tumble on job level.

X and Y refer to the JDF coordinate system of the media, not the content. Media dimensions are defined using X and Y:

  • FlipX means that the sheet tumbles over the X-axis as defined using "Media Definition"

  • FlipY means that the sheet tumbles over the Y-axis as defined using "Media Definition"

See “Dimension” in section "Media" for details on X and Y.

1-sided and 2-sided including tumbling are specified on page level using portioning.

Sides

Syntax

XPath: /JDF/ResourcePool/LayoutPreparationParams/@Sides

NOTE

It is recommended to use @Sides to define 1-sided/2-sided in combination with @BindingEdge to define the binding edge. When @Sides and @BindingEdge are used, the "FlipX / FlipY" as part of @Sides is ignored. Only 1-sided/2-sided of @Sides and the binding edge of @BindingEdge are taken into account.

For example, "@Sides = OneSidedBackFlipY" and "@BindingEdge = Left". Result: 1-sided with content on the back and binding edge is left. The "FlipY" part of value "OneSidedBackFlipY" is ignored.

When partitioned

/JDF/ResourcePool/LayoutPreparationParams[@PartIDKeys="RunIndex"]/LayoutPreparationParams[@RunIndex="…"]/@Sides

Type

Enumeration

Supported range

@Sides

Description

OneSidedFront

1-sided, content on front (default)

OneSidedBackFlipX

1-sided, content on back, flip over X-axis

OneSidedBackFlipY

1-sided, content on back, flip over Y-axis

TwoSidedFlipX

2-sided, content on front and back, flip over X-axis

TwoSidedFlipY

2-sided, content on front and back, flip over Y-axis