Deprecated Methods |
org.faceless.pdf2.viewer2.SuperJOptionPane.displayThrowable(String, Throwable, Component)
this method has been moved to Util.displayThrowable() - please update your code, as this class will be removed shortly |
org.faceless.pdf2.viewer2.SuperJOptionPane.displayThrowable(Throwable, Component)
this method has been moved to Util.displayThrowable() - please update your code, as this class will be removed shortly |
org.faceless.pdf2.viewer2.feature.FormButtonWidgetFactory.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.FormChoiceWidgetFactory.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.FormImportDataActionHandler.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.FormRadioButtonWidgetFactory.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.FormResetActionHandler.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.FormSubmitActionHandler.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.FormTextWidgetFactory.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.GenericNamedActionHandler.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.GoToActionHandler.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.OutlinePanel.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.ShowHideActionHandler.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.SignaturePanel.getInstance()
since 2.11 just calls the public constructor |
org.faceless.pdf2.viewer2.feature.ThumbnailPanel.getInstance()
since 2.10.2 just calls the public constructor |
org.faceless.pdf2.PDFStyle.getLineDashOff()
since 2.7.8 this method has been replaced with PDFStyle.getLineDashPattern() |
org.faceless.pdf2.PDFStyle.getLineDashOn()
since 2.7.8 this method has been replaced with PDFStyle.getLineDashPattern() |
org.faceless.pdf2.PDFSound.getStream()
please call getAudioInputStream instead. |
org.faceless.pdf2.WidgetAnnotation.getTextValue()
since 2.11 just call getValue() instead. |
org.faceless.pdf2.PDFSound.getType()
method will always return Unknown |
org.faceless.pdf2.PDF.getViewerPreference(String)
since 2.7.6 replaced by the setOption() method - the key
is the same as is passed in to this method but with a prefix of view. ,
eg. FullScreen becomes view.FullScreen . |
org.faceless.pdf2.PagePainter.hasAnnotationState(PDFAnnotation, String)
replaced by PDFAnnotation.hasAppearanceState(java.lang.String) |
org.faceless.pdf2.FormText.isDoNotSpellCheck()
call isSpellCheck instead |
org.faceless.pdf2.viewer2.PDFViewer.loadPDF(File, EncryptionHandler)
this method has been superceded by the PDFImporter class |
org.faceless.pdf2.viewer2.PDFViewer.loadPDF(File, EncryptionHandler[])
this method has been superceded by the PDFImporter class |
org.faceless.pdf2.viewer2.PDFViewer.loadPDF(InputStream, EncryptionHandler[], String, File)
this method has been superceded by the PDFImporter class |
org.faceless.pdf2.viewer2.DocumentPanel.redraw(Object)
DocumentPanel.redraw() is no longer required as this object now listens to
PropertyChangeEvents fired by the PDF. This method is not called
anywhere and is a no-op |
org.faceless.pdf2.StandardEncryptionHandler.setAcrobat9Level(int, int, int, boolean)
the encryption algorithm used by Acrobat 9 has ben found to be less secure
than the algorithm used by Acrobat 7, so as of 2.11.19 a request for Acrobat 9 encryption
will fall back to Acrobat 7 encryption. |
org.faceless.pdf2.FormText.setDoNotSpellCheck(boolean)
call setSpellCheck instead |
org.faceless.pdf2.viewer2.KeyStoreManager.setFile(File, char[])
call setParameter with "file" and "password" as keys |
org.faceless.pdf2.PDF.setLayout(String, String)
since 2.7.6 this method has been replaced with the "pagelayout" and "pagemode" keys to the setOption() method. |
org.faceless.pdf2.viewer2.KeyStoreManager.setProvider(String)
call setParameter with "provider" as the key |
org.faceless.pdf2.viewer2.KeyStoreManager.setStoreType(String)
call setParameter with "type" as the key |
org.faceless.pdf2.WidgetAnnotation.setTextValue(String)
since 2.11 just call #setValue |
org.faceless.pdf2.PDF.setViewerPreference(String, boolean)
since 2.7.6 this method has been replaced with the setOption() method - they key is the same but with a prefix of view. , eg. view.fitWindow . |