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
Classes in com.itextpdf.text.pdf.parser that implement interfaces with type arguments of type LocationTextExtractionStrategy.TextChunkModifier and TypeClassDescriptionstatic classRepresents a chunk of text, it's orientation, and location relative to the orientation vectorMethods in com.itextpdf.text.pdf.parser with parameters of type LocationTextExtractionStrategy.TextChunkModifier and TypeMethodDescriptionbooleanLocationTextExtractionStrategy.TextChunkFilter.accept(LocationTextExtractionStrategy.TextChunk textChunk) intLocationTextExtractionStrategy.TextChunk.compareTo(LocationTextExtractionStrategy.TextChunk rhs) Compares based on orientation, perpendicular distance, then parallel distancefloatLocationTextExtractionStrategy.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 booleanLocationTextExtractionStrategy.isChunkAtWordBoundary(LocationTextExtractionStrategy.TextChunk chunk, LocationTextExtractionStrategy.TextChunk previousChunk) Determines if a space character should be inserted between a previous chunk and the current chunk.