Uses of Class
com.itextpdf.text.pdf.parser.LocationTextExtractionStrategy.TextChunk
Packages that use LocationTextExtractionStrategy.TextChunk
-
Uses of LocationTextExtractionStrategy.TextChunk in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser with type parameters of type LocationTextExtractionStrategy.TextChunkModifier and TypeFieldDescriptionprivate final List<LocationTextExtractionStrategy.TextChunk>
LocationTextExtractionStrategy.locationalResult
a summary of all found textMethods in com.itextpdf.text.pdf.parser that return types with arguments of type LocationTextExtractionStrategy.TextChunkModifier and TypeMethodDescriptionLocationTextExtractionStrategy.filterTextChunks
(List<LocationTextExtractionStrategy.TextChunk> textChunks, LocationTextExtractionStrategy.TextChunkFilter filter) Filters the provided list with the provided filterMethods in com.itextpdf.text.pdf.parser with parameters of type LocationTextExtractionStrategy.TextChunkModifier and TypeMethodDescriptionboolean
LocationTextExtractionStrategy.TextChunkFilter.accept
(LocationTextExtractionStrategy.TextChunk textChunk) int
LocationTextExtractionStrategy.TextChunk.compareTo
(LocationTextExtractionStrategy.TextChunk rhs) Compares based on orientation, perpendicular distance, then parallel distancefloat
LocationTextExtractionStrategy.TextChunk.distanceFromEndOf
(LocationTextExtractionStrategy.TextChunk other) Computes the distance between the end of 'other' and the beginning of this chunk in the direction of this chunk's orientation vector.protected boolean
LocationTextExtractionStrategy.isChunkAtWordBoundary
(LocationTextExtractionStrategy.TextChunk chunk, LocationTextExtractionStrategy.TextChunk previousChunk) Determines if a space character should be inserted between a previous chunk and the current chunk.private boolean
LocationTextExtractionStrategy.TextChunk.sameLine
(LocationTextExtractionStrategy.TextChunk lastChunk) Method parameters in com.itextpdf.text.pdf.parser with type arguments of type LocationTextExtractionStrategy.TextChunkModifier and TypeMethodDescriptionLocationTextExtractionStrategy.filterTextChunks
(List<LocationTextExtractionStrategy.TextChunk> textChunks, LocationTextExtractionStrategy.TextChunkFilter filter) Filters the provided list with the provided filter