|
Foxit PDF SDK
|
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. | |
This class represents the find option which is used by FSTextSearchReplace objects.
| - (id) initWithFind_option: | (FSFindOption*) | find_option |
Constructor, with another find option object.
| [in] | find_option | Another find option object. |
| - (id) initWithIs_whole_word: | (BOOL) | is_whole_word | |
| is_case_sensitive: | (BOOL) | is_case_sensitive | |
Constructor, with parameters.
| [in] | is_whole_word | A boolean value specifies that whether to match whole words only.YES means to match whole words only, otherwise no. |
| [in] | is_case_sensitive | A boolean value specifies that whether to match case.YES means to match case, otherwise no. |
| - (void) set: | (BOOL) | is_whole_word | |
| is_case_sensitive: | (BOOL) | is_case_sensitive | |
Set value.
| [in] | is_whole_word | A boolean value specifies that whether to match whole words only. YES means to match whole words only, otherwise no. |
| [in] | is_case_sensitive | A boolean value specifies that whether to match case.YES means to match case, otherwise no. |