Generated by
JDiff

Interface com.qoppa.pdf.dom.IPDFPage

Changed Methods
Vector<TextPosition> findText(String, boolean, boolean) Change in return type from Vector to Vector<TextPosition>.
This method searches for the given text in the page.
Vector<TextPositionWithContext> findTextWithContext(String, boolean, boolean) Change in return type from Vector to Vector<TextPositionWithContext>.
This method searches for the given text in the page.
Vector<Annotation> getAnnotations() Change in return type from Vector to Vector<Annotation>.
Returns a list of PDF annotations in this page.