Inherits SystemIDisposable.
|
bool | is_case_sensitive [get, set] |
| A boolean value specifies that whether to match case.true means to match case, otherwise no.
|
|
bool | is_whole_word [get, set] |
| A boolean value specifies that whether to match whole words only. true means to match whole words only, otherwise no.
|
|
This class represents the find option which is used by TextSearchReplace objects.
◆ FindOption() [1/2]
foxit.addon.pageeditor.FindOption.FindOption |
( |
bool |
is_whole_word, |
|
|
bool |
is_case_sensitive |
|
) |
| |
|
inline |
Constructor, with parameters.
- Parameters
-
[in] | is_whole_word | A boolean value specifies that whether to match whole words only.true means to match whole words only, otherwise no. |
[in] | is_case_sensitive | A boolean value specifies that whether to match case.true means to match case, otherwise no. |
◆ FindOption() [2/2]
foxit.addon.pageeditor.FindOption.FindOption |
( |
FindOption |
find_option | ) |
|
|
inline |
Constructor, with another find option object.
- Parameters
-
[in] | find_option | Another find option object. |
◆ Set()
void foxit.addon.pageeditor.FindOption.Set |
( |
bool |
is_whole_word, |
|
|
bool |
is_case_sensitive |
|
) |
| |
|
inline |
Set value.
- Parameters
-
[in] | is_whole_word | A boolean value specifies that whether to match whole words only. true means to match whole words only, otherwise no. |
[in] | is_case_sensitive | A boolean value specifies that whether to match case.true means to match case, otherwise no. |
- Returns
- None.