public class FilteredTextRenderListener extends FilteredRenderListener implements TextExtractionStrategy
| Constructor and Description |
|---|
FilteredTextRenderListener(TextExtractionStrategy delegate,
RenderFilter... filters)
Construction
|
| Modifier and Type | Method and Description |
|---|---|
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 String getResultantText()
getResultantText in interface TextExtractionStrategyTextExtractionStrategy.getResultantText()Copyright © 2016. All rights reserved.