public class ConverterBeginInputPageEvent extends ConverterEvent
ConverterListener
begins processing a page for conversion.Constructor and Description |
---|
ConverterBeginInputPageEvent(Object source,
ConverterJobInfoEvent jobInfo,
ConverterInputDocumentInfoEvent inputDocumentInfo,
int inputPageNumber,
IPage inputPage) |
Modifier and Type | Method and Description |
---|---|
ConverterInputDocumentInfoEvent |
getInputDocumentInfo()
Returns details about the document that is being converted.
|
IPage |
getInputPage()
Returns the current page that is being converted.
|
int |
getInputPageNumber()
Returns number of the current page that is being converted.
|
boolean |
isSkipCurrentAndRemainingPages()
Returns whether the conversion of the current and all subsequent pages is
set to be abandoned.
|
boolean |
isSkipPage()
Returns whether the current page should not be converted.
|
void |
setSkipCurrentAndRemainingPages(boolean skipCurrentAndRemainingPages)
Specifies whether the conversion of the current and all subsequent pages
need to be abandoned.
|
void |
setSkipPage(boolean skipPage)
Specifies whether the current page should not be converted.
|
getJobInfo, isCancel, setCancel
getSource, toString
public ConverterBeginInputPageEvent(Object source, ConverterJobInfoEvent jobInfo, ConverterInputDocumentInfoEvent inputDocumentInfo, int inputPageNumber, IPage inputPage)
public ConverterInputDocumentInfoEvent getInputDocumentInfo()
public boolean isSkipCurrentAndRemainingPages()
public void setSkipCurrentAndRemainingPages(boolean skipCurrentAndRemainingPages)
skipCurrentAndRemainingPages
- if the conversion needs to be abandoned; false if otherwisepublic boolean isSkipPage()
public void setSkipPage(boolean skipPage)
skipPage
- if the page should not be converted; false if otherwisepublic int getInputPageNumber()
public IPage getInputPage()