Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.listener.TextChunk
-
Packages that use TextChunk Package Description com.itextpdf.kernel.pdf.canvas.parser.listener -
-
Uses of TextChunk in com.itextpdf.kernel.pdf.canvas.parser.listener
Subclasses of TextChunk in com.itextpdf.kernel.pdf.canvas.parser.listener Modifier and Type Class Description classCharacterRenderInfoThis class represents a single character and its bounding boxFields in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type TextChunk Modifier and Type Field Description private java.util.List<TextChunk>LocationTextExtractionStrategy. locationalResulta summary of all found text(package private) java.util.List<TextChunk>LocationTextExtractionStrategy.TextChunkMarks. preceding(package private) java.util.List<TextChunk>LocationTextExtractionStrategy.TextChunkMarks. succeedingMethods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type TextChunk Modifier and Type Method Description intTextChunkLocationBasedComparator. compare(TextChunk o1, TextChunk o2)protected booleanLocationTextExtractionStrategy. isChunkAtWordBoundary(TextChunk chunk, TextChunk previousChunk)Determines if a space character should be inserted between a previous chunk and the current chunk.(package private) booleanTextChunk. sameLine(TextChunk lastChunk)Method parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type TextChunk Modifier and Type Method Description private voidLocationTextExtractionStrategy. sortWithMarks(java.util.List<TextChunk> textChunks)
-