public class MoveOptions extends Options
Describes options for moving page inside document.
<inheritdoc></inheritdoc>
Constructor and Description |
---|
MoveOptions()
Initializes a new instance of the
MoveOptions class. |
MoveOptions(long fileFormat,
String password,
int pageNumberToMove,
int newPageNumber)
Initializes a new instance of the
MoveOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getNewPageNumber()
Gets or sets the new page number.
|
int |
getPageNumberToMove()
Gets or sets the page number to move.
|
void |
setNewPageNumber(int value)
Gets or sets the new page number.
|
void |
setPageNumberToMove(int value)
Gets or sets the page number to move.
|
getFileFormat, getPassword, setFileFormat, setPassword
public MoveOptions()
Initializes a new instance of the MoveOptions
class.
<inheritdoc></inheritdoc>
public MoveOptions(long fileFormat, String password, int pageNumberToMove, int newPageNumber)
Initializes a new instance of the MoveOptions
class.
fileFormat
- The file format.password
- The password.pageNumberToMove
- The page number to move.newPageNumber
- The new page number.
<inheritdoc></inheritdoc>
public final int getNewPageNumber()
Gets or sets the new page number.
Value: The new page number.public final int getPageNumberToMove()
Gets or sets the page number to move.
Value: The page number to move.public final void setNewPageNumber(int value)
Gets or sets the new page number.
Value: The new page number.public final void setPageNumberToMove(int value)
Gets or sets the page number to move.
Value: The page number to move.Copyright © 2019. All rights reserved.