Package | Description |
---|---|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
Modifier and Type | Method and Description |
---|---|
CompareOverlayOptions |
PDFEditorBean.getOverlayOptions()
Get the current overlay options.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFEditorBean.startCompare(PDFDocument comparePDF,
int mode,
CompareOverlayOptions overlayOptions)
Starts a comparison between the current document and a second document in the specified mode (one of PDFEditorBean.MODE_COMPARE_OVERLAY or PDFEditorBean.MODE_COMPARE_SIDEBYSIDE).
|