public class PageRotation extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PageRotation.RotationAngleEnum |
Rotation angle
|
| Constructor | Description |
|---|---|
PageRotation() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Integer |
getPageNumber() |
Page number to rotate
|
PageRotation.RotationAngleEnum |
getRotationAngle() |
Rotation angle
|
int |
hashCode() |
|
PageRotation |
pageNumber(Integer pageNumber) |
|
PageRotation |
rotationAngle(PageRotation.RotationAngleEnum rotationAngle) |
|
void |
setPageNumber(Integer pageNumber) |
|
void |
setRotationAngle(PageRotation.RotationAngleEnum rotationAngle) |
|
String |
toString() |
public PageRotation pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public PageRotation rotationAngle(PageRotation.RotationAngleEnum rotationAngle)
public PageRotation.RotationAngleEnum getRotationAngle()
public void setRotationAngle(PageRotation.RotationAngleEnum rotationAngle)
Copyright © 2025. All rights reserved.