1-sided and 2-sided including tumble are specified on job level with attribute //LayoutPreparationParams/@Sides.
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 “Media Dimension” for details on X and Y.
1-sided and 2-sided including tumbling are specified on page level using portioning.
Syntax
XPath: /JDF/ResourcePool/LayoutPreparationParams/@Sides
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
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)