public class OrientationOptions extends PagedOptions
Describes options for changing page orientation.
<inheritdoc></inheritdoc>
PagedOptions
Constructor and Description |
---|
OrientationOptions(int mode,
long fileFormat,
String password)
Initializes a new instance of the
OrientationOptions class. |
OrientationOptions(int mode,
long fileFormat,
String password,
int[] pageNumbers)
Initializes a new instance of the
OrientationOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getMode()
First page number to exchange.
|
void |
setMode(int value)
First page number to exchange.
|
getPages
getFileFormat, getPassword, setFileFormat, setPassword
public OrientationOptions(int mode, long fileFormat, String password)
Initializes a new instance of the OrientationOptions
class.
mode
- New mode for orientation.fileFormat
- The file format.password
- The password.
<inheritdoc></inheritdoc>
public OrientationOptions(int mode, long fileFormat, String password, int[] pageNumbers)
Initializes a new instance of the OrientationOptions
class.
mode
- New mode for orientation.fileFormat
- The file format.password
- The password.pageNumbers
- Array with page numbers witch should be affected.Copyright © 2019. All rights reserved.