Foxit PDF SDK
FoxitPDFSDKPython2.FindOption Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def FindOption (is_whole_word, is_case_sensitive)
 Constructor, with parameters. More...
 
def Set (is_whole_word, is_case_sensitive)
 Set value. More...
 

Static Public Attributes

 is_case_sensitive = _swig_property(_fsdk.FindOption_is_case_sensitive_get, _fsdk.FindOption_is_case_sensitive_set)
 A boolean value specifies that whether to match case.true means to match case, otherwise no.
 
 is_whole_word = _swig_property(_fsdk.FindOption_is_whole_word_get, _fsdk.FindOption_is_whole_word_set)
 A boolean value specifies that whether to match whole words only. true means to match whole words only, otherwise no.
 

Detailed Description

This class represents the find option which is used by TextSearchReplace objects.

Constructor & Destructor Documentation

◆ FindOption()

def FoxitPDFSDKPython2.FindOption.FindOption (   is_whole_word,
  is_case_sensitive 
)

Constructor, with parameters.

Constructor, with another find option object.

Constructor.

Parameters
[in]is_whole_wordA boolean value specifies that whether to match whole words only.true means to match whole words only, otherwise no.
[in]is_case_sensitiveA boolean value specifies that whether to match case.true means to match case, otherwise no.
[in]find_optionAnother find option object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.FindOption.Set (   is_whole_word,
  is_case_sensitive 
)

Set value.

Parameters
[in]is_whole_wordA boolean value specifies that whether to match whole words only. true means to match whole words only, otherwise no.
[in]is_case_sensitiveA boolean value specifies that whether to match case.true means to match case, otherwise no.
Returns
None.