RenderListener
, TextExtractionStrategy
public 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, 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 operationsfilters
- the filter(s) to applypublic java.lang.String getResultantText()
getResultantText
in interface TextExtractionStrategy
TextExtractionStrategy.getResultantText()
Copyright © 1998–2018. All rights reserved.