public interface PdfSearchOptions
PdfProDocument.search(int, String, int, int)
,
PdfProPage.search(String, int, int)
Modifier and Type | Field and Description |
---|---|
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.
|
static final int NONE
static final int CASE_SENSITIVE
static final int WHOLE_WORD