Foxit PDF SDK
FSDK.FindOption Class Reference

Public Member Functions

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

Public Attributes

 is_case_sensitive
 A boolean value specifies that whether to match case.true means to match case, otherwise no.
 
 is_whole_word
 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 FSDK.TextSearchReplace objects.

Member Function Documentation

◆ constructor()

FSDK.FindOption.constructor ( is_whole_word  ,
is_case_sensitive   
)

Constructor, with parameters.

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.

◆ Set()

FSDK.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.