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 operationConstructors in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type TextRenderInfoModifierConstructorDescriptionprivate
TextRenderInfo
(TextRenderInfo parent, PdfString str, float horizontalOffset) Used for creating sub-TextRenderInfos for each individual character. -
Uses of TextRenderInfo in com.itextpdf.kernel.pdf.canvas.parser.listener
Fields in com.itextpdf.kernel.pdf.canvas.parser.listener declared as TextRenderInfoModifier and TypeFieldDescriptionprivate TextRenderInfo
LocationTextExtractionStrategy.lastTextRenderInfo
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type TextRenderInfoModifier and TypeMethodDescriptionLocationTextExtractionStrategy.ITextChunkLocationStrategy.createLocation
(TextRenderInfo renderInfo, LineSegment baseline) LocationTextExtractionStrategy.ITextChunkLocationStrategyImpl.createLocation
(TextRenderInfo renderInfo, LineSegment baseline) private static ITextChunkLocation
CharacterRenderInfo.getLocation
(TextRenderInfo tri) 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