public class RotatePageOptions extends Object
The rotate options.
Constructor and Description |
---|
RotatePageOptions(int pageNumber,
int rotationAngle)
Initializes a new instance of the
RotatePageOptions class. |
RotatePageOptions(int pageNumber,
int rotationAngle,
String password)
Initializes a new instance of the
RotatePageOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getPageNumber()
The page number.
|
String |
getPassword()
The password.
|
int |
getRotationAngle()
The rotation angle.
|
void |
setPageNumber(int value)
The page number.
|
void |
setPassword(String value)
The password.
|
void |
setRotationAngle(int value)
The rotation angle.
|
public RotatePageOptions(int pageNumber, int rotationAngle, String password)
Initializes a new instance of the RotatePageOptions
class.
pageNumber
- The page numberrotationAngle
- The rotation anglepassword
- The passwordpublic RotatePageOptions(int pageNumber, int rotationAngle)
Initializes a new instance of the RotatePageOptions
class.
pageNumber
- The page numberrotationAngle
- The rotation anglepublic String getPassword()
The password.
public void setPassword(String value)
The password.
value
- the valuepublic int getPageNumber()
The page number.
public void setPageNumber(int value)
The page number.
value
- the valuepublic int getRotationAngle()
The rotation angle.
public void setRotationAngle(int value)
The rotation angle.
value
- the valueCopyright © 2018. All rights reserved.