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. |
pagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPagespublic 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.Exceptionpublic 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.ExceptionCopyright © 2024. All rights reserved.