Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.IPdfTextLocation
-
Packages that use IPdfTextLocation Package Description com.itextpdf.kernel.pdf.canvas.parser.listener -
-
Uses of IPdfTextLocation in com.itextpdf.kernel.pdf.canvas.parser.listener
Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement IPdfTextLocation Modifier and Type Class Description class
DefaultPdfTextLocation
This class acts as a default implementation of IPdfTextLocationMethods in com.itextpdf.kernel.pdf.canvas.parser.listener that return types with arguments of type IPdfTextLocation Modifier and Type Method Description java.util.Collection<IPdfTextLocation>
ILocationExtractionStrategy. getResultantLocations()
Returns theRectangle
s that have been processed so far.java.util.Collection<IPdfTextLocation>
RegexBasedLocationExtractionStrategy. getResultantLocations()
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type IPdfTextLocation Modifier and Type Method Description int
RegexBasedLocationExtractionStrategy.PdfTextLocationComparator. compare(IPdfTextLocation l1, IPdfTextLocation l2)
Method parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type IPdfTextLocation Modifier and Type Method Description private void
RegexBasedLocationExtractionStrategy. removeDuplicates(java.util.List<IPdfTextLocation> sortedList)
-