Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | FindOption () |
Constructor. | |
def | FindOption (find_option) |
Constructor, with another find option object. More... | |
def | Set (is_whole_word, is_case_sensitive) |
Set value. More... | |
Static Public Attributes | |
is_case_sensitive = _fsdk.FindOption_is_case_sensitive | |
A boolean value specifies that whether to match case.true means to match case, otherwise no. | |
is_whole_word = _fsdk.FindOption_is_whole_word | |
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.
def FoxitPDFSDKPython2.FindOption.FindOption | ( | find_option | ) |
Constructor, with another find option object.
[in] | find_option | Another find option object. |
def FoxitPDFSDKPython2.FindOption.Set | ( | is_whole_word, | |
is_case_sensitive | |||
) |
Set value.
[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. |