Generated by
JDiff

Class com.qoppa.pdfProcess.PDFPage

Removed Methods
void deleteAnnotations() Delete all annotations from the page.
 

Added Methods
int deleteAnnotations(List<Annotation>)  
void deleteAnnotations() Delete all annotations from the page.
Vector<TextPosition> findTextUsingRegex(String) This method searches for the given text in the page.
Vector<TextPositionWithContext> findTextWithContextUsingRegEx(String) This method searches for text in the page for matches with the given regular expression.
TextContent getTextContent() This method returns a TextContent object that represents the text content in a page.
 

Changed Methods
void printPage(Graphics2D, PageFormat, PrintSettings) Change in exceptions thrown from no exceptions to com.qoppa.pdf.PDFException.
Prints this page given a page format describing the printer's page and a PrintSettings object.
BufferedImage getImage(int, int, boolean) Change in exceptions thrown from no exceptions to com.qoppa.pdf.PDFException.
Returns a buffered image showing the contents of this page.