Uses of Interface
com.lowagie.text.pdf.parser.TextAssembler
Packages that use TextAssembler
-
Uses of TextAssembler in com.lowagie.text.pdf.parser
Classes in com.lowagie.text.pdf.parser that implement TextAssemblerMethods in com.lowagie.text.pdf.parser with parameters of type TextAssemblerModifier and TypeMethodDescriptionvoidFinalText.accumulate(TextAssembler p, String contextName) Deprecated.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) Deprecated.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) Deprecated.accept a visitor that is assembling textvoidFinalText.assemble(TextAssembler p) Deprecated.voidParsedText.assemble(TextAssembler textAssembler) Deprecated.voidTextAssemblyBuffer.assemble(TextAssembler p) voidWord.assemble(TextAssembler p) Deprecated.Accept a visitor that is assembling textFinalText.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Deprecated.ParsedText.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Deprecated.TextAssemblyBuffer.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Word.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Deprecated.Constructors in com.lowagie.text.pdf.parser with parameters of type TextAssemblerModifierConstructorDescriptionPdfContentStreamHandler(TextAssembler renderListener) Deprecated.PdfTextExtractor(PdfReader reader, TextAssembler renderListener) Deprecated.Creates a new Text Extractor object.