de.oio.jpdfunit.document.util
Interface TextSearcher
public interface TextSearcher
The interface TextSearcher provides the methods for the different TextSearcher.
- Author:
- bbratkus
|
Method Summary |
boolean |
isTextContent(java.lang.String text,
java.lang.String content)
The method returns true if the strint was found in the content. |
isTextContent
boolean isTextContent(java.lang.String text,
java.lang.String content)
- The method returns true if the strint was found in the content.
- Parameters:
text - The text to search for in the content.content - The content to look for the text.
- Returns:
- Returns true if the text was found in the content.
Copyright (C) Orientation in Objects GmbH. All Rights Reserved.