Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.listener.DefaultPdfTextLocation
-
Packages that use DefaultPdfTextLocation Package Description com.itextpdf.kernel.pdf.canvas.parser.listener -
-
Uses of DefaultPdfTextLocation in com.itextpdf.kernel.pdf.canvas.parser.listener
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return DefaultPdfTextLocation Modifier and Type Method Description DefaultPdfTextLocation
DefaultPdfTextLocation. setRectangle(Rectangle rectangle)
Sets text rectangle (occupied area) for this pdf text location.DefaultPdfTextLocation
DefaultPdfTextLocation. setText(java.lang.String text)
Sets text for this pdf text location.
-