Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.data.TextRenderInfo
-
Packages that use TextRenderInfo Package Description com.itextpdf.kernel.pdf.canvas.parser.data com.itextpdf.kernel.pdf.canvas.parser.listener -
-
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 TextRenderInfo Modifier and Type Method Description java.util.List<TextRenderInfo>
TextRenderInfo. 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 TextRenderInfo Constructor Description 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 TextRenderInfo Modifier and Type Field Description private TextRenderInfo
LocationTextExtractionStrategy. lastTextRenderInfo
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type TextRenderInfo Modifier and Type Method Description ITextChunkLocation
LocationTextExtractionStrategy.ITextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
ITextChunkLocation
LocationTextExtractionStrategy.ITextChunkLocationStrategyImpl. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
private static ITextChunkLocation
CharacterRenderInfo. getLocation(TextRenderInfo tri)
protected java.util.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 Constructor Description CharacterRenderInfo(TextRenderInfo tri)
-