Uses of Class
org.openpdf.text.pdf.parser.MatchedPattern
Packages that use MatchedPattern
-
Uses of MatchedPattern in org.openpdf.text.pdf.parser
Fields in org.openpdf.text.pdf.parser with type parameters of type MatchedPatternModifier and TypeFieldDescriptionprivate final ArrayList<MatchedPattern> PdfContentTextLocator.accumulatorMethods in org.openpdf.text.pdf.parser that return types with arguments of type MatchedPatternModifier and TypeMethodDescriptionPdfContentTextLocator.getMatchedPatterns()PdfTextLocator.searchFile(float[] coordinates) Locates text within a bounding box inside a PDFPdfTextLocator.searchFile(String pattern) Locates text pattern inside a PDFPdfTextLocator.searchPage(int page, float[] coordinates) Locates text within a bounding box inside a pagePdfTextLocator.searchPage(int page, String pattern) Locates text pattern inside a page