Uses of Interface
com.itextpdf.text.pdf.parser.LocationTextExtractionStrategy.TextChunkFilter
-
Packages that use LocationTextExtractionStrategy.TextChunkFilter Package Description com.itextpdf.text.pdf.parser -
-
Uses of LocationTextExtractionStrategy.TextChunkFilter in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type LocationTextExtractionStrategy.TextChunkFilter Modifier and Type Method Description private java.util.List<LocationTextExtractionStrategy.TextChunk>
LocationTextExtractionStrategy. filterTextChunks(java.util.List<LocationTextExtractionStrategy.TextChunk> textChunks, LocationTextExtractionStrategy.TextChunkFilter filter)
Filters the provided list with the provided filterjava.lang.String
LocationTextExtractionStrategy. getResultantText(LocationTextExtractionStrategy.TextChunkFilter chunkFilter)
Gets text that meets the specified filter If multiple text extractions will be performed for the same page (i.e.
-