Uses of Interface
org.openpdf.text.pdf.parser.TextAssembler
Packages that use TextAssembler
-
Uses of TextAssembler in org.openpdf.text.pdf.parser
Classes in org.openpdf.text.pdf.parser that implement TextAssemblerModifier and TypeClassDescriptionclassWe'll get called on a variety of marked section content (perhaps including the results of nested sections), and will assemble it into an order as we can.Fields in org.openpdf.text.pdf.parser declared as TextAssemblerModifier and TypeFieldDescriptionprotected final TextAssemblerPdfContentStreamHandler.renderListenerdetail parser for text within a marked section.private final TextAssemblerPdfTextExtractor.renderListenerTheTextAssemblerthat will receive render notifications and provide resultant textprivate final TextAssemblerPdfTextLocator.renderListenerTheTextAssemblerthat will receive render notifications and provide resultant textMethods in org.openpdf.text.pdf.parser with parameters of type TextAssemblerModifier and TypeMethodDescriptionvoidFinalText.accumulate(TextAssembler p, String contextName) We pass ourselves to the assembler, which is a visitor, so that it can accumulate information on this text depending on its type.voidParsedText.accumulate(TextAssembler textAssembler, String contextName) We pass ourselves to the assembler, which is a visitor, so that it can accumulate information on this text depending on its type.voidTextAssemblyBuffer.accumulate(TextAssembler p, String contextName) We pass ourselves to the assembler, which is a visitor, so that it can accumulate information on this text depending on its type.voidWord.accumulate(TextAssembler p, String contextName) accept a visitor that is assembling textvoidFinalText.assemble(TextAssembler p) voidParsedText.assemble(TextAssembler textAssembler) voidTextAssemblyBuffer.assemble(TextAssembler p) voidWord.assemble(TextAssembler p) Accept a visitor that is assembling textFinalText.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) ParsedText.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) TextAssemblyBuffer.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Word.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) private StringWord.wordMarkup(String text, PdfReader reader, int page, TextAssembler assembler) Generate markup for this word.Constructors in org.openpdf.text.pdf.parser with parameters of type TextAssemblerModifierConstructorDescriptionPdfContentStreamHandler(TextAssembler renderListener) PdfContentTextExtractor(TextAssembler renderListener) PdfContentTextLocator(TextAssembler renderListener, float[] coordinates, int page) Construct a content PdfContetStreamHandler for coordinates-based text extraction patternPdfContentTextLocator(TextAssembler renderListener, String pattern, int page) Construct a content PdfContetStreamHandler for regex-based text extraction patternPdfTextExtractor(PdfReader reader, TextAssembler renderListener) Creates a new Text Extractor object.PdfTextLocator(PdfReader reader, TextAssembler renderListener) Creates a new Text Locator object.