In v2015R1, our API was cleaned up and classes / methods or fields that had been deprecated for over 2 years (v2013R1 and earlier) were removed.
Here is the list of all removed objects, including their replacement, for all our Java library and component products.
Class | Method / Field | Replaced By |
MarkUpText | TextMarkup | |
PDFNotesBean | UNTITLED | |
PDFNotesBean | enableThumbPaneEditing(boolean enable) | getThumbnailPanelNotes().enableEditing(enable) |
PDFNotesBean | startEdit(Annotation annot, boolean useDefault) | startEdit(Annotation annot, boolean useDefault, boolean isSticky) |
PDFNotesBean | exportAnnotsAsFDF(OutputStream outStream, String pathToPDFFile) | getMutableDocument().exportAnnotsAsFDF() |
PDFNotesBean | exportAnnotsAsXFDF (OutputStream outStream, String pathToPDFFile) | getMutableDocument().exportAnnotsAsXFDF() |
PDFNotesBean | exportAnnotsAsFDF(String fileName) | getMutableDocument().exportAnnotsAFDF() |
PDFNotesBean | exportAnnotsAsXFDF(String fileName) | getMutableDocument().exportAnnotsAsXFDF() |
PDFNotesBean | importAnnotsFromFDF(InputStream inStream) | getMutableDocument().importAnnotsFromFDF() |
PDFNotesBean | importAnnotsFromFDF(String fileName) | getMutableDocument().importAnnotsFromFDF() |
PDFNotesBean | importAnnotsFromXFDF(InputStream inStream) | getMutableDocument().importAnnotsFromXFDF() |
PDFNotesBean | importAnnotsFromXFDF(String fileName) | getMutableDocument().importAnnotsFromXFDF() |
PDFNotesBean | getCurrentDocName() | getDocument().getPDFSource().getName() |
PDFNotesBean | getCurrentDocPath() | getDocument().getPDFSource().getPath() |
PDFNotesBean | setPageRotation (int pageIndex, int degrees) | getMutableDocument().setPageRotation (int pageIndex, int degrees) |
PDFNotesBean | getPageRotation (int pageIndex) | getMutableDocument().getPageRotation (int pageIndex) |
PDFNotesBean | loadFile(String fileName) | loadDocument (String fileName) |
PDFNotesBean | getNotesContextMenu() | getPageViewPanel().getPageContextMenu() |
PDFViewerBean | isAttachmentsTabSelected() | getAttachmentPanel().isPaneSelected() |
PDFViewerBean | isBookmarksTabSelected() | getBookmarkPanel().isPaneSelected() |
PDFViewerBean | isCommentsTabSelected() | getCommentPanel().isPaneSelected() |
PDFViewerBean | isLayersTabSelected() | getLayerPanel().isPaneSelected() |
PDFViewerBean | isPagesTabSelected() | getThumbnailPanel().isPaneSelected() |
PDFViewerBean | isSignaturesTabSelected() | getSignaturePanel().isPaneSelected() |
PDFViewerBean | showTabBookmarks() | getBookmarkPanel().setPaneVisible(true) |
PDFViewerBean | showTabThumbnails() | getThumbnailPanel().setPaneVisible(true) |
PDFViewerBean | setTabCommentsVisible (boolean visible) | getCommentPanel().setPaneVisible(visible) |
PDFViewerBean | setCommentsVisible (boolean visible) | getCommentPanel().setActive() |
PDFViewerBean | isCommentsVisible () | isCommentComponentsVisible() |
PDFViewerBean | showTabAttachments() | getAttachmentPanel().setPaneVisible(true) |
PDFViewerBean | showTabSignature () | getSignaturePanel().setPaneVisible(true) |
PDFViewerBean | showTabLayers () | getLayerPanel().setPaneVisible(true) |
PDFViewerBean | showHideAttachments() | getAttachmentPanel() |
PDFViewerBean | setScale(int scale) | setScale2D() |
PDFViewerBean | getScale2D() | getScale2D() |
PDFViewerBean | setSplitVisible (boolean visible, boolean open) | setSplitVisible (boolean), setSplitOpen(boolean) |
PDFViewerBean | getViewerContextMenu() | getPageViewPanel().getPageContextMenu() |
PDFViewerBean | getSelectTextContextMenu() | getPageViewPanel().getTextSelectionContextMenu() |
IPDFPageView | m_SelectXORColor | |
IPDFPageView | m_SelectFgndColor | |
QAnnotation | paint (Graphics g, boolean hasFocus) | paint (Graphics g) |
QAnnotation | getCreationDate () | getModifiedDate() |
Qannotation | setCreationDate(Date creationDate) | setModifiedDate(Date) |
PDFPermissions | ENCRYPTION_RC4 | ENCRYPTION_RC4_128 |
PDFPermissions | ENCRYPTION_AES | ENCRYPTION_AES_128 |
PDFRenderHints | getSubstitutefont (String fontName) | getSubstituteFont (String fontName) Capital F |
Annotation | paint (Graphics g, boolean hasFocus) | paint (Graphics g) |
Annotation | getCreationDate () | getModifiedDate() |
Annotation | setCreationDate(Date creationDate) | setModifiedDate(Date) |
AnnotationComponent | isSelected() | IAnnotationManager.isSelected() |
AnnotationComponent | setSelected(boolean selected) | IAnnotationManager.selectAnnotationComponent() |
Qink | getPolyline() | getGesture() |
QInk | addPolyline() | addGesture() |
Ink | getPolyline() | getGesture() |
Ink | addPolyline() | addGesture() |
PDFDocument | getFile() | getPDFSource().getFile() |
PDFDocument | getFileName() | getPDFSource().getFileName() |
IPDFDocument | getFile() | getPDFSource().getFile() |
IPDFDocument | getFileName() | getPDFSource().getFileName() |
AbstractPDFDocument | getFile() | getPDFSource().getFile() |
AbstractPDFDocument | getFileName() | getPDFSource().getFileName() |
IPDFPage | getTextSelection (Rectangle2D selectRect) | getTextInArea (Rectangle2D selectArea) |
AbstractPDFPage | getTextSelection (Rectangle2D selectRect) | getTextInArea (Rectangle2D selectArea) |
PDFPage | appendPageContent (PDFPage srcPage, double x, double y, double scaleX, double scaleY) | appendPageContent (PDFPage srcPage, double x, double y, double scaleX, double scaleY, Layer layer) |
PDFPage | prependPageContent (PDFPage srcPage, double x, double y, double scaleX, double scaleY) | prependPageContent (PDFPage srcPage, double x, double y, double scaleX, double scaleY, Layer layer) |
PasswordPermissions | ENCRYPTION_RC4 | ENCRYPTION_RC4_128 |
PasswordPermissions | ENCRYPTION_AES | ENCRYPTION_AES_128 |
IAnnotationFactory | createMarkupText(String contents, Vector quadList, String subtype) | createTextMarkup(String contents, Vector quadList, String subtype) |
AnnotationFactory | createMarkupText(String contents, Vector quadList, String subtype) | createTextMarkup(String contents, Vector quadList, String subtype) |
SignatureField | setSignLocation() setSignDateTime() setSignName() setSignReason() |
SigningInformation.set… |