|
Gnostice PDFOne
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfSearchOptions
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 |
---|
static final int NONE
static final int CASE_SENSITIVE
static final int WHOLE_WORD
|
Pro. Ed. v5.4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |