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 classDefaultPdfTextLocationThis 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 theRectangles that have been processed so far.java.util.Collection<IPdfTextLocation>RegexBasedLocationExtractionStrategy. getResultantLocations()Returns theRectangles that have been processed so far.Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type IPdfTextLocation Modifier and Type Method Description intRegexBasedLocationExtractionStrategy.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 voidRegexBasedLocationExtractionStrategy. removeDuplicates(java.util.List<IPdfTextLocation> sortedList)
-