Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.data.TextRenderInfo
Package
Description
-
Uses of TextRenderInfo in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionTextRenderInfo.getCharacterRenderInfos()
Provides detail useful if a listener needs access to the position of each individual glyph in the text render operation -
Uses of TextRenderInfo in com.itextpdf.kernel.pdf.canvas.parser.listener
Modifier and TypeMethodDescriptionLocationTextExtractionStrategy.ITextChunkLocationStrategy.createLocation
(TextRenderInfo renderInfo, LineSegment baseline) protected List<CharacterRenderInfo>
RegexBasedLocationExtractionStrategy.toCRI
(TextRenderInfo tri) ConvertTextRenderInfo
toCharacterRenderInfo
This method is public and not final so that custom implementations can choose to override it.