Uses of Class
com.itextpdf.text.pdf.parser.TextRenderInfo
Packages that use TextRenderInfo
-
Uses of TextRenderInfo in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser 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 operationMethods in com.itextpdf.text.pdf.parser with parameters of type TextRenderInfoModifier and TypeMethodDescriptionbooleanMarkedContentRenderFilter.allowText(TextRenderInfo renderInfo) booleanRegionTextRenderFilter.allowText(TextRenderInfo renderInfo) booleanRenderFilter.allowText(TextRenderInfo renderInfo) LocationTextExtractionStrategy.TextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo, LineSegment baseline) voidFilteredRenderListener.renderText(TextRenderInfo renderInfo) Applies filters, then delegates to the delegate if all filters passvoidGlyphRenderListener.renderText(TextRenderInfo renderInfo) voidLocationTextExtractionStrategy.renderText(TextRenderInfo renderInfo) voidMultiFilteredRenderListener.renderText(TextRenderInfo renderInfo) voidRenderListener.renderText(TextRenderInfo renderInfo) Called when text should be renderedvoidSimpleTextExtractionStrategy.renderText(TextRenderInfo renderInfo) Captures text using a simplified algorithm for inserting hard returns and spacesvoidTextMarginFinder.renderText(TextRenderInfo renderInfo) Method invokes by the PdfContentStreamProcessor.