Generated by
JDiff

Class com.qoppa.pdfNotes.PDFNotesBean

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.
 

Added Methods
IAnnotationManagerNotes getAnnotationManagerNotes() Returns the annotation manager for this PDFViewerBean.
GridSettings getGridSettings() Returns the current gride settings.
RulerSettings getRulerSettings() Gets the current ruler settings.
TextAnnotPropertiesToolbar getTextAnnotPropertiesToolBar() Returns the TextAnnotPropertiesToolbar used to modify common annotation properties.
void setGridSettings(GridSettings) Sets the grid settings.
void setRulerSettings(RulerSettings) Sets the ruler settings.
 

Removed Fields
String UNTITLED The default name for new documents or documents opened from an InputStream.