Oce:StepRepeatRotate180 specifies how the StepRepeat must be performed with respect to 180 degrees rotation of the documents in the repeated rows or columns. Note that not only the individual page content is rotated, but the complete (multiple-up) documents or booklets.
Oce:StepRepeatRotate180 is only supported for "same 2-up".
Combinations of "same 2-up" rotated and Multiple-Up or booklet are only supported for the PDF data path.
Syntax
XPath: //LayoutPreparationParams/GeneralID[@IDUsage="oce:StepRepeatRotate180"]@IDValue
Type
NMTOKEN
Supported range
@IDValue |
StepRepeatRotate180 |
---|---|
None (default) |
|
EvenRows |
Rotate horizontal even rows |
OddRows |
Rotate horizontal odd rows |
EvenColumns |
Rotate vertical even columns |
OddColumns |
Rotate vertical odd columns |
<JDF Type="Combined" Types="... LayoutPreparation ...">
<ResourcePool>
<LayoutPreparationParams ID="NodeIDLPP" Class="Parameter" Status="Available" NumberUp="2 1" StepRepeat="2 1 1"
<GeneralID IDUsage="oce:StepRepeatRotate180" DataType="NMTOKEN" IDValue="OddColumns"/>
/>
</ResourcePool>
...
<ResourceLinkPool>
<LayoutPreparationParamsLink rRef="NodeIDLPP" Usage="Input"/>
...
</ResourceLinkPool>
</JDF>
<JDF Type="Combined" Types="... LayoutPreparation ...">
<ResourcePool>
<LayoutPreparationParams ID="NodeIDLPP" Class="Parameter" Status="Available" PresentationDirection="FoldCatalog" FoldCatalog="F4-1" PageDistributionScheme="Saddle" NumberUp="2 2" BindingEdge="Left” StepRepeat="1 2 1"
<GeneralID IDUsage="oce:StepRepeatRotate180" DataType="NMTOKEN" IDValue="OddRows"/>
/>
</ResourcePool>
...
<ResourceLinkPool>
<LayoutPreparationParamsLink rRef="NodeIDLPP" Usage="Input"/>
...
</ResourceLinkPool>
</JDF>