Generated by
JDiff

Class com.itextpdf.kernel.pdf.canvas.parser.listener.DefaultPdfTextLocation

Changed Constructors
DefaultPdfTextLocation( Rectangle, String ) Change in type from (int, Rectangle, String) to (Rectangle, String).
Documentation changed from old to new.
Creates new pdf text location.
 

Removed Methods
int  getPageNumber()  
DefaultPdfTextLocation  setPageNr( int)  
 

Changed Methods
Rectangle  getRectangle() Documentation changed from old to new.
{@inheritDoc}
String  getText() Documentation changed from old to new.
{@inheritDoc}
DefaultPdfTextLocation  setRectangle( Rectangle) Documentation changed from old to new.
Sets text rectangle (occupied area) for this pdf text location.
DefaultPdfTextLocation  setText( String) Documentation changed from old to new.
Sets text for this pdf text location.