void |
FinalText.accumulate(TextAssembler p,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.String contextName) |
accept a visitor that is assembling text
|
void |
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 text
|
FinalText |
FinalText.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
FinalText |
ParsedText.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
|
FinalText |
TextAssemblyBuffer.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
|
FinalText |
Word.getFinalText(PdfReader reader,
int page,
TextAssembler assembler,
boolean useMarkup) |
|
private java.lang.String |
Word.wordMarkup(java.lang.String text,
PdfReader reader,
int page,
TextAssembler assembler) |
Generate markup for this word.
|