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.Methods 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) Constructors in org.openpdf.text.pdf.parser with parameters of type TextAssemblerModifierConstructorDescriptionPdfContentStreamHandler(TextAssembler renderListener) PdfTextExtractor(PdfReader reader, TextAssembler renderListener) Creates a new Text Extractor object.