|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.oio.jpdfunit.document.util.TextSearchType
public final class TextSearchType
The basic class which realizes the different TextSearcher classes.
| Field Summary | |
|---|---|
static TextSearchType |
CONTAINS
The ContainsTextSearcher is used for searching a text within the content of a page of the pdf document. |
static TextSearchType |
ENDSWITH
The EndswithTextSearcher is used for searching a text at the end of the content of a page of the pdf document. |
static TextSearchType |
EQUALS
The EqualsTextSearcher is used for searching on a page of the pdf document which content is equal to the expected text. |
static TextSearchType |
REGEXP
The RegexpTextSearcher is used for searching a text within the content of a page of the pdf document. |
static TextSearchType |
STARTSWITH
The StartsWithTextSearcher is used for searching a text at the beginnig of the content of a page of the pdf document. |
static TextSearchType |
WORD
The WordTextSearcher is used for searching a word means a String in the content of a page of the pdf document. |
| Method Summary | |
|---|---|
TextSearcher |
getSearcher()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TextSearchType CONTAINS
public static final TextSearchType WORD
public static final TextSearchType EQUALS
public static final TextSearchType STARTSWITH
public static final TextSearchType ENDSWITH
public static final TextSearchType REGEXP
| Method Detail |
|---|
public String toString()
toString in class Objectpublic TextSearcher getSearcher()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||