public class ConverterEndInputPageEvent extends ConverterEvent
ConverterListener
has finished processing a page for conversion.Constructor and Description |
---|
ConverterEndInputPageEvent(Object source,
ConverterJobInfoEvent jobInfo,
ConverterInputDocumentInfoEvent inputDocumentInfo,
int inputPageNumber,
int outputPageNumber) |
Modifier and Type | Method and Description |
---|---|
ConverterInputDocumentInfoEvent |
getInputDocumentInfo()
Returns details about the document that is being converted.
|
int |
getInputPageNumber()
Returns the number of the current page.
|
int |
getOutputPageNumber()
Returns number of the current page in the converted document.
|
boolean |
isSkipRemainingPages()
Returns whether remaining pages should not be converted.
|
void |
setSkipRemainingPages(boolean skipRemainingPages)
Makes the converter not to convert the remaining pages.
|
getJobInfo, isCancel, setCancel
getSource, toString
public ConverterEndInputPageEvent(Object source, ConverterJobInfoEvent jobInfo, ConverterInputDocumentInfoEvent inputDocumentInfo, int inputPageNumber, int outputPageNumber)
public ConverterInputDocumentInfoEvent getInputDocumentInfo()
public boolean isSkipRemainingPages()
public void setSkipRemainingPages(boolean skipRemainingPages)
skipRemainingPages
- public int getInputPageNumber()
public int getOutputPageNumber()