com.itextpdf.text.pdf.parser
Interface LocationTextExtractionStrategy.TextChunkFilter

Enclosing class:
LocationTextExtractionStrategy

public static interface LocationTextExtractionStrategy.TextChunkFilter

Specifies a filter for filtering LocationTextExtractionStrategy.TextChunk objects during text extraction

Since:
5.3.3
See Also:
LocationTextExtractionStrategy.getResultantText(TextChunkFilter)

Method Summary
 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


Copyright © 2013. All Rights Reserved.