Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
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 |
RenderFilter.allowText(TextRenderInfo renderInfo) |
boolean |
RegionTextRenderFilter.allowText(TextRenderInfo renderInfo) |
boolean |
MarkedContentRenderFilter.allowText(TextRenderInfo renderInfo) |
LocationTextExtractionStrategy.TextChunkLocation |
LocationTextExtractionStrategy.TextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo, LineSegment baseline) |
void |
TextMarginFinder.renderText(TextRenderInfo renderInfo)
Method invokes by the PdfContentStreamProcessor.
|
void |
SimpleTextExtractionStrategy.renderText(TextRenderInfo renderInfo)
Captures text using a simplified algorithm for inserting hard returns and spaces
|
void |
RenderListener.renderText(TextRenderInfo renderInfo)
Called when text should be rendered
|
void |
MultiFilteredRenderListener.renderText(TextRenderInfo renderInfo) |
void |
LocationTextExtractionStrategy.renderText(TextRenderInfo renderInfo) |
void |
GlyphRenderListener.renderText(TextRenderInfo renderInfo) |
void |
FilteredRenderListener.renderText(TextRenderInfo renderInfo)
Applies filters, then delegates to the delegate if all filters pass
|
Copyright © 2016. All rights reserved.