Foxit PDF SDK
FSFindOption Class Reference

Inherits NSObject.

Instance Methods

(id) - initWithFind_option:
 Constructor, with another find option object.
More...
 
(id) - initWithIs_whole_word:is_case_sensitive:
 Constructor, with parameters.
More...
 
(void) - set:is_case_sensitive:
 Set value.
More...
 

Properties

BOOL is_case_sensitive
 A boolean value specifies that whether to match case.YES means to match case, otherwise no.

 
BOOL is_whole_word
 A boolean value specifies that whether to match whole words only. YES means to match whole words only, otherwise no.

 

Detailed Description

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

Method Documentation

◆ initWithFind_option:()

- (id) initWithFind_option: (FSFindOption*)  find_option

Constructor, with another find option object.

Parameters
[in]find_optionAnother find option object.

◆ initWithIs_whole_word:is_case_sensitive:()

- (id) initWithIs_whole_word: (BOOL)  is_whole_word
is_case_sensitive: (BOOL)  is_case_sensitive 

Constructor, with parameters.

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

◆ set:is_case_sensitive:()

- (void) set: (BOOL)  is_whole_word
is_case_sensitive: (BOOL)  is_case_sensitive 

Set value.

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