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 TextAssemblerModifier and TypeClassDescriptionclass
We'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 com.lowagie.text.pdf.parser declared as TextAssemblerModifier and TypeFieldDescriptionprivate final TextAssembler
PdfContentStreamHandler.renderListener
detail parser for text within a marked section.private final TextAssembler
PdfTextExtractor.renderListener
TheTextAssembler
that will receive render notifications and provide resultant textMethods in com.lowagie.text.pdf.parser with parameters of type TextAssemblerModifier and TypeMethodDescriptionvoid
FinalText.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.void
ParsedText.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.void
TextAssemblyBuffer.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.void
Word.accumulate
(TextAssembler p, String contextName) accept a visitor that is assembling textvoid
FinalText.assemble
(TextAssembler p) void
ParsedText.assemble
(TextAssembler textAssembler) void
TextAssemblyBuffer.assemble
(TextAssembler p) void
Word.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 String
Word.wordMarkup
(String text, PdfReader reader, int page, TextAssembler assembler) Generate markup for this word.Constructors in com.lowagie.text.pdf.parser with parameters of type TextAssemblerModifierConstructorDescriptionPdfContentStreamHandler
(TextAssembler renderListener) PdfTextExtractor
(PdfReader reader, TextAssembler renderListener) Creates a new Text Extractor object.