|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class contains constants for specifying text search options.
PdfProDocument.search(int, String, int, int)
,
PdfProPage.search(String, int, int)
Field Summary | |
static int |
CASE_SENSITIVE
Constant specifying that the search is for case-sensitive occurrences of the search string. |
static int |
NONE
Constant specifying that the search is neither for case-sensitive nor for whole-word occurrences of the search string. |
static int |
WHOLE_WORD
Constant specifying that search is for whole-word occurrences of the search string. |
Field Detail |
public static final int NONE
public static final int CASE_SENSITIVE
public static final int WHOLE_WORD
|
Pro. Ed. v5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |