Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.data.TextRenderInfo
Packages that use TextRenderInfo
Package
Description
-
Uses of TextRenderInfo in com.itextpdf.kernel.pdf.canvas.parser.data
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return types with arguments of type TextRenderInfoModifier 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
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type TextRenderInfoModifier 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.Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type TextRenderInfo