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