Changed Methods |
void commitEdits()
|
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
|
This method will commit any edits that are currently in progress. |
PDFDocument getDocument()
|
Change in return type from IPDFDocument to PDFDocument .
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
|
Returns the PDF document currently displayed. |
boolean setOutputPreview(ColorSpace, boolean, Color)
|
Change in return type from void to boolean .
|
This method will set the output color space that jPDFEditor should render to. |
void startOutputPreview(List<NamedColorSpace>, OutputPreviewOptions)
|
Change in signature from (List, OutputPreviewOptions ) to (List<NamedColorSpace>, OutputPreviewOptions ).
|
Starts Output Preview mode which allows the simulation of overprint, color spaces, and background colors. |
void stopWidgetEditing()
|
Method was locally defined, but is now inherited from PDFNotesBean.
|
This method has been deprecated, use commitEdits() instead. |