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 final List<CharacterRenderInfo> RegexBasedLocationExtractionStrategy.parseResultMethods in com.itextpdf.kernel.pdf.canvas.parser.listener that return types with arguments of type CharacterRenderInfoModifier and TypeMethodDescriptionprotected List<CharacterRenderInfo> RegexBasedLocationExtractionStrategy.toCRI(TextRenderInfo tri) ConvertTextRenderInfotoCharacterRenderInfoThis 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.StringConversionInfoCharacterRenderInfo.mapString(List<CharacterRenderInfo> cris) This method converts aListofCharacterRenderInfo.RegexBasedLocationExtractionStrategy.toRectangles(List<CharacterRenderInfo> cris) ConvertsCharacterRenderInfoobjects toRectangles This method is protected and not final so that custom implementations can choose to override it.