Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
java.util.List<TextRenderInfo> |
TextRenderInfo.getCharacterRenderInfos()
Provides detail useful if a listener needs access to the position of each individual glyph in the text render operation
|
Modifier and Type | Method and Description |
---|---|
boolean |
RegionTextRenderFilter.allowText(TextRenderInfo renderInfo) |
boolean |
MarkedContentRenderFilter.allowText(TextRenderInfo renderInfo) |
boolean |
RenderFilter.allowText(TextRenderInfo renderInfo) |
void |
FilteredRenderListener.renderText(TextRenderInfo renderInfo)
Applies filters, then delegates to the delegate if all filters pass
|
void |
LocationTextExtractionStrategy.renderText(TextRenderInfo renderInfo) |
void |
RenderListener.renderText(TextRenderInfo renderInfo)
Called when text should be rendered
|
void |
SimpleTextExtractionStrategy.renderText(TextRenderInfo renderInfo)
Captures text using a simplified algorithm for inserting hard returns and spaces
|
void |
TextMarginFinder.renderText(TextRenderInfo renderInfo)
Method invokes by the PdfContentStreamProcessor.
|
Copyright © 2013. All Rights Reserved.