public class ConverterOutputPageReadyEvent extends ConverterEvent
ConverterListener
has converted a page.Constructor and Description |
---|
ConverterOutputPageReadyEvent(Object source,
ConverterJobInfoEvent jobInfo,
ConverterInputDocumentInfoEvent inputDocumentInfo,
int inputPageNumber,
IPage outputPage,
int outputPageNumber) |
Modifier and Type | Method and Description |
---|---|
ConverterInputDocumentInfoEvent |
getInputDocumentInfo()
Returns details about the document that is being converted.
|
int |
getInputPageNumber()
Returns number of the page in the document that was converted.
|
IPage |
getOutputPage()
Returns the page that was converted from the output document.
|
int |
getOutputPageNumber()
Returns number of the page in the output document.
|
boolean |
isSkipRemainingPages()
Returns whether remaining pages are not to be converted.
|
void |
setSkipRemainingPages(boolean skipRemainingPages)
Specifies whether remaining pages need to be converted.
|
getJobInfo, isCancel, setCancel
getSource, toString
public ConverterOutputPageReadyEvent(Object source, ConverterJobInfoEvent jobInfo, ConverterInputDocumentInfoEvent inputDocumentInfo, int inputPageNumber, IPage outputPage, int outputPageNumber)
public ConverterInputDocumentInfoEvent getInputDocumentInfo()
public int getInputPageNumber()
public IPage getOutputPage()
public int getOutputPageNumber()
public boolean isSkipRemainingPages()
public void setSkipRemainingPages(boolean skipRemainingPages)
skipRemainingPages
- true if they need to be converted; false if otherwise