Uses of Interface
com.itextpdf.text.pdf.parser.TextExtractionStrategy
-
Packages that use TextExtractionStrategy Package Description com.itextpdf.testutils com.itextpdf.text.pdf.parser -
-
Uses of TextExtractionStrategy in com.itextpdf.testutils
Fields in com.itextpdf.testutils with type parameters of type TextExtractionStrategy Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,TextExtractionStrategy>CompareTool.CmpMarkedContentRenderFilter. tagsByMcid -
Uses of TextExtractionStrategy in com.itextpdf.text.pdf.parser
Classes in com.itextpdf.text.pdf.parser that implement TextExtractionStrategy Modifier and Type Class Description classFilteredTextRenderListenerA text render listener that filters text operations before passing them on to a delegateclassGlyphTextRenderListenerclassLocationTextExtractionStrategyDevelopment preview - this class (and all of the parser classes) are still experiencing heavy development, and are subject to change both behavior and interface.classSimpleTextExtractionStrategyA simple text extraction renderer.Fields in com.itextpdf.text.pdf.parser declared as TextExtractionStrategy Modifier and Type Field Description private TextExtractionStrategyFilteredTextRenderListener. delegateThe delegate that will receive the text render operation if the filters all passprivate TextExtractionStrategyGlyphTextRenderListener. delegateMethods in com.itextpdf.text.pdf.parser with parameters of type TextExtractionStrategy Modifier and Type Method Description static java.lang.StringPdfTextExtractor. getTextFromPage(PdfReader reader, int pageNumber, TextExtractionStrategy strategy)Extract text from a specified page using an extraction strategy.static java.lang.StringPdfTextExtractor. getTextFromPage(PdfReader reader, int pageNumber, TextExtractionStrategy strategy, java.util.Map<java.lang.String,ContentOperator> additionalContentOperators)Extract text from a specified page using an extraction strategy.Constructors in com.itextpdf.text.pdf.parser with parameters of type TextExtractionStrategy Constructor Description FilteredTextRenderListener(TextExtractionStrategy delegate, RenderFilter... filters)ConstructionGlyphTextRenderListener(TextExtractionStrategy delegate)
-