Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method | 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 | Description |
---|---|---|
boolean |
MarkedContentRenderFilter.allowText(TextRenderInfo renderInfo) |
|
boolean |
RegionTextRenderFilter.allowText(TextRenderInfo renderInfo) |
|
boolean |
RenderFilter.allowText(TextRenderInfo renderInfo) |
|
LocationTextExtractionStrategy.TextChunkLocation |
LocationTextExtractionStrategy.TextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo,
LineSegment baseline) |
|
void |
FilteredRenderListener.renderText(TextRenderInfo renderInfo) |
Applies filters, then delegates to the delegate if all filters pass
|
void |
GlyphRenderListener.renderText(TextRenderInfo renderInfo) |
|
void |
LocationTextExtractionStrategy.renderText(TextRenderInfo renderInfo) |
|
void |
MultiFilteredRenderListener.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 © 1998–2018. All rights reserved.