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, renderText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beginTextBlock, endTextBlock, renderImage, renderText
public FilteredTextRenderListener(TextExtractionStrategy delegate, RenderFilter... filters)
delegate
- the delegate RenderListener
that will receive filtered text operations
filters
- the filter(s) to apply
public String getResultantText()
getResultantText
in interface TextExtractionStrategy
TextExtractionStrategy.getResultantText()
Copyright © 1998–2018. All rights reserved.