Package com.snowtide.pdf.layout
Interface TextUnit.Predicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(TextUnit ch)
Return true if the given character should be included in the page being extracted.
-
-
-
Method Detail
-
test
boolean test(TextUnit ch)
Return true if the given character should be included in the page being extracted.
-
-