RenderListener, TextExtractionStrategypublic class FilteredTextRenderListener extends FilteredRenderListener implements TextExtractionStrategy
| Constructor | Description |
|---|---|
FilteredTextRenderListener(TextExtractionStrategy delegate,
RenderFilter... filters) |
Construction
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getResultantText() |
This class delegates this call
|
beginTextBlock, endTextBlock, renderImage, renderTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginTextBlock, endTextBlock, renderImage, renderTextpublic FilteredTextRenderListener(TextExtractionStrategy delegate, RenderFilter... filters)
delegate - the delegate RenderListener that will receive filtered text operationsfilters - the filter(s) to applypublic java.lang.String getResultantText()
getResultantText in interface TextExtractionStrategyTextExtractionStrategy.getResultantText()Copyright © 1998–2018. All rights reserved.