Package org.jpedal.manipulator
Class SetRotation
java.lang.Object
org.jpedal.manipulator.SetRotation
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Sets the rotation of pages to the specified angle.
To rotate a page, see RotatePage
-
Constructor Summary
ConstructorsConstructorDescriptionSetRotation
(PageRanges pages, int rotation) Sets to rotation of pages to a specified angle. -
Method Summary
-
Constructor Details
-
SetRotation
Sets to rotation of pages to a specified angle.- Parameters:
pages
- the pages to rotaterotation
- the number of degrees by which the page shall be rotated clockwise. Must be a multiple of 90
-