Description
Text Search Criteria. Criteria for matching text of a text object/element.
enum fz_text_search_criteria_enum {
FZ_TEXT_SRCH_CRIT_TEXT_CONTAINS,
FZ_TEXT_SRCH_CRIT_TEXT_STARTS,
FZ_TEXT_SRCH_CRIT_TEXT_ENDS,
FZ_TEXT_SRCH_CRIT_TEXT_IS,
FZ_TEXT_SRCH_CRIT_TEXT_IS_NOT,
FZ_TEXT_SRCH_CRIT_TEXT_CONTAINS_NOT };
Members
FZ_TEXT_SRCH_CRIT_TEXT_CONTAINS
Text containing the search string is considered a match.
FZ_TEXT_SRCH_CRIT_TEXT_STARTS
Text which begins with the search string is considered a match.
FZ_TEXT_SRCH_CRIT_TEXT_ENDS
Text which ends with the search string is considered a match.
FZ_TEXT_SRCH_CRIT_TEXT_IS
Text which is exactly the search string is considered a match.
FZ_TEXT_SRCH_CRIT_TEXT_IS_NOT
Text which is not exactly the search string is considered a match.
FZ_TEXT_SRCH_CRIT_TEXT_CONTAINS_NOT
Text which does not contain the search string is considered a match.
Availability
6.0.0.0
Defined in