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 class
CharacterRenderInfo
This 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. locationalResult
a summary of all found text(package private) java.util.List<TextChunk>
LocationTextExtractionStrategy.TextChunkMarks. preceding
(package private) java.util.List<TextChunk>
LocationTextExtractionStrategy.TextChunkMarks. succeeding
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type TextChunk Modifier and Type Method Description int
TextChunkLocationBasedComparator. compare(TextChunk o1, TextChunk o2)
protected boolean
LocationTextExtractionStrategy. isChunkAtWordBoundary(TextChunk chunk, TextChunk previousChunk)
Determines if a space character should be inserted between a previous chunk and the current chunk.(package private) boolean
TextChunk. 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 void
LocationTextExtractionStrategy. sortWithMarks(java.util.List<TextChunk> textChunks)
-