Package com.itextpdf.text.pdf.parser
Interface LocationTextExtractionStrategy.TextChunkFilter
-
- Enclosing class:
- LocationTextExtractionStrategy
public static interface LocationTextExtractionStrategy.TextChunkFilter
Specifies a filter for filteringLocationTextExtractionStrategy.TextChunk
objects during text extraction- Since:
- 5.3.3
- See Also:
LocationTextExtractionStrategy.getResultantText(TextChunkFilter)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(LocationTextExtractionStrategy.TextChunk textChunk)
-
-
-
Method Detail
-
accept
boolean accept(LocationTextExtractionStrategy.TextChunk textChunk)
- Parameters:
textChunk
- the chunk to check- Returns:
- true if the chunk should be allowed
-
-