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
Fields in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type CharacterRenderInfoModifier and TypeFieldDescriptionprivate List
<CharacterRenderInfo> RegexBasedLocationExtractionStrategy.parseResult
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 TypeMethodDescription(package private) static CharacterRenderInfo.StringConversionInfo
CharacterRenderInfo.mapString
(List<CharacterRenderInfo> cris) This method converts aList
ofCharacterRenderInfo
.RegexBasedLocationExtractionStrategy.toRectangles
(List<CharacterRenderInfo> cris) ConvertsCharacterRenderInfo
objects toRectangle
s This method is protected and not final so that custom implementations can choose to override it.