Removed Methods |
void enableThumbPaneEditing(boolean )
|
Turn thumb pane editing on or off. |
void exportAnnotsAsFDF(String )
|
Exports annotations comments in FDF format to a file. |
void exportAnnotsAsFDF(OutputStream, String)
|
Export annotations comments to an output stream in FDF format. |
void exportAnnotsAsXFDF(String )
|
Exports annotations comments in XFDF format to a file. |
void exportAnnotsAsXFDF(OutputStream, String)
|
Export annotations comments to an output stream in XFDF format. |
String getCurrentDocName()
|
This method returns the current document name. |
String getCurrentDocPath()
|
This method returns the current document path. |
PageViewContextMenuNotes getNotesContextMenu()
|
Returns the ContextMenu used for the page view. |
int getPageRotation(int )
|
Returns the rotation of this page in degrees. |
void importAnnotsFromFDF(InputStream )
|
Import annotations comments from an input stream in FDF format. |
void importAnnotsFromFDF(String )
|
Import annotations comments from a file in XFDF Format. |
void importAnnotsFromXFDF(InputStream )
|
Import annotations comments from an input stream in XFDF format. |
void importAnnotsFromXFDF(String )
|
Import annotations comments from a file in FDF Format. |
boolean isCreateTempOnSave()
|
Returns whether or not a temporary file will be created during a save
operation. |
void loadFile(String )
|
Method to open files of PDF, JPEG, TIFF and PNG types. |
void setCreateTempOnSave(boolean )
|
Sets whether or not a temporary file is to be created during a save
operation when saving over an existing file. |
void setPageRotation(int, int)
|
Changes the page's rotation. |
void startEdit(Annotation, boolean)
|
This method has been replaced with a new version that takes an additional argument, and so
it has been deprecated. |