Package | Description |
---|---|
com.lowagie.text.pdf.parser |
Modifier and Type | Interface and Description |
---|---|
interface |
RenderListener
Callback interface for render operations during execution
|
interface |
TextProvidingRenderListener
Defines an interface for
RenderListener s that can return text |
Modifier and Type | Class and Description |
---|---|
class |
MarkedUpTextAssembler
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Word.accumulate(TextAssembler p,
String contextName)
accept a visitor that is assembling text
|
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 |
ParsedText.accumulate(TextAssembler p,
String contextName) |
void |
FinalText.accumulate(TextAssembler p,
String contextName) |
void |
Word.assemble(TextAssembler p)
Accept a visitor that is assembling text
|
void |
TextAssemblyBuffer.assemble(TextAssembler p) |
void |
ParsedText.assemble(TextAssembler p) |
void |
FinalText.assemble(TextAssembler p) |
FinalText |
Word.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
FinalText |
TextAssemblyBuffer.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
FinalText |
ParsedText.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
FinalText |
FinalText.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
Constructor and Description |
---|
PdfContentStreamHandler(TextAssembler renderListener) |
PdfTextExtractor(PdfReader reader,
TextAssembler renderListener)
Creates a new Text Extractor object.
|
Copyright © 2018. All rights reserved.