Class TextChunk
java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.listener.TextChunk
- Direct Known Subclasses:
-
CharacterRenderInfo
Represents a chunk of text, it's orientation, and location relative to the orientation vector
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ITextChunkLocation
protected final String
the text of the chunk -
Constructor Summary
-
Method Summary
-
Field Details
-
text
the text of the chunk -
location
-
-
Constructor Details
-
TextChunk
-
-
Method Details
-
getText
- Returns:
- the text captured by this chunk
-
getLocation
-