Generated by
JDiff

Interface com.qoppa.pdfNotes.MutableDocument

Removed Methods
void exportAnnotsAsFDF(String, Set) Exports annotation comments in FDF format.
void exportAnnotsAsFDF(OutputStream, String, Set) Export the set of annotation comments to an output stream in FDF format.
void exportAnnotsAsXFDF(String, Set) Exports annotations comments in XFDF format to a file.
void exportAnnotsAsXFDF(OutputStream, String, Set) Export annotations comments to an output stream in XFDF format.
 

Added Methods
void exportAnnotsAsFDF(String, Set<Annotation>) Exports annotation comments in FDF format.
void exportAnnotsAsFDF(OutputStream, String, Set<Annotation>) Export the set of annotation comments to an output stream in FDF format.
void exportAnnotsAsXFDF(String, Set<Annotation>) Exports annotations comments in XFDF format to a file.
void exportAnnotsAsXFDF(OutputStream, String, Set<Annotation>) Export annotations comments to an output stream in XFDF format.