Uses of Interface
com.lowagie.text.pdf.parser.TextAssembler
-
Packages that use TextAssembler Package Description com.lowagie.text.pdf.parser -
-
Uses of TextAssembler in com.lowagie.text.pdf.parser
Classes in com.lowagie.text.pdf.parser that implement TextAssembler Modifier and Type Class Description classMarkedUpTextAssemblerWe'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 com.lowagie.text.pdf.parser with parameters of type TextAssembler Modifier and Type Method Description voidFinalText. 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 textFinalTextFinalText. getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup)FinalTextParsedText. getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup)FinalTextTextAssemblyBuffer. getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup)FinalTextWord. getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup)Constructors in com.lowagie.text.pdf.parser with parameters of type TextAssembler Constructor Description PdfContentStreamHandler(TextAssembler renderListener)PdfTextExtractor(PdfReader reader, TextAssembler renderListener)Creates a new Text Extractor object.
-