Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.listener.CharacterRenderInfo
Packages that use CharacterRenderInfo
-
Uses of CharacterRenderInfo in com.itextpdf.kernel.pdf.canvas.parser.listener
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return types with arguments of type CharacterRenderInfoModifier and TypeMethodDescriptionprotected List<CharacterRenderInfo>
RegexBasedLocationExtractionStrategy.toCRI
(TextRenderInfo tri) ConvertTextRenderInfo
toCharacterRenderInfo
This method is public and not final so that custom implementations can choose to override it.Method parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type CharacterRenderInfoModifier and TypeMethodDescriptionRegexBasedLocationExtractionStrategy.toRectangles
(List<CharacterRenderInfo> cris) ConvertsCharacterRenderInfo
objects toRectangle
s This method is protected and not final so that custom implementations can choose to override it.