Package | Description |
---|---|
com.lowagie.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
FinalText |
TextAssembler.endParsingContext(String containingElementName) |
FinalText |
MarkedUpTextAssembler.endParsingContext(String containingElementName) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
TextAssembler.process(FinalText completed,
String contextName) |
void |
MarkedUpTextAssembler.process(FinalText completed,
String contextName)
Slot fully-assembled chunk into our result at the current location.
|
void |
TextAssembler.renderText(FinalText completed) |
void |
MarkedUpTextAssembler.renderText(FinalText finalText) |
Copyright © 2018. All rights reserved.