content
Deprecated.
TextAssemblyBuffervoidaccumulate(TextAssembler p,
String contextName) voidgetFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) getText()toString()getText in interface TextAssemblyBufferaccumulate in interface TextAssemblyBufferp - the assembler that is visiting us.contextName - Name of the surrounding markup element/"context" if we're generating tagged output.assemble in interface TextAssemblyBufferp - we may pass ourselves to this assembler again during the final assembly process.getFinalText in interface TextAssemblyBufferreader - pdfReader that knows about our document. (size, etc. available here).page - which page are we extracting text from.assembler - Builds result by accepting content from text components of various sorts.useMarkup - Should we generate tagged text, or just plain text.