public class RemoveOptions extends PageOptions implements IRemoveOptions
Provides options for the page removing.
Constructor and Description |
---|
RemoveOptions()
Initializes a new instance of the
RemoveOptions class. |
RemoveOptions(int[] pageNumbers)
Initializes a new instance of the
RemoveOptions class. |
RemoveOptions(int startNumber,
int endNumber)
Initializes a new instance of the
RemoveOptions class. |
RemoveOptions(int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
RemoveOptions class. |
pages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPages
public RemoveOptions()
Initializes a new instance of the RemoveOptions
class.
public RemoveOptions(int[] pageNumbers)
Initializes a new instance of the RemoveOptions
class.
pageNumbers
- Page numbers.public RemoveOptions(int startNumber, int endNumber) throws Exception
Initializes a new instance of the RemoveOptions
class.
startNumber
- The start page number.endNumber
- The end page number.Exception
public RemoveOptions(int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the RemoveOptions
class.
startNumber
- The start page number.endNumber
- The end page number.mode
- The range mode.Exception