Module: Gnm::StyleCondOp

Defined in:
(unknown)

Constant Summary collapse

BETWEEN =
0 or :between
NOT_BETWEEN =
1 or :not_between
EQUAL =
2 or :equal
NOT_EQUAL =
3 or :not_equal
GT =
4 or :gt
LT =
5 or :lt
GTE =
6 or :gte
LTE =
7 or :lte
CUSTOM =
8 or :custom
CONTAINS_STR =
16 or :contains_str
NOT_CONTAINS_STR =
17 or :not_contains_str
BEGINS_WITH_STR =
18 or :begins_with_str
NOT_BEGINS_WITH_STR =
19 or :not_begins_with_str
ENDS_WITH_STR =
20 or :ends_with_str
NOT_ENDS_WITH_STR =
21 or :not_ends_with_str
CONTAINS_ERR =
22 or :contains_err
NOT_CONTAINS_ERR =
23 or :not_contains_err
CONTAINS_BLANKS =
24 or :contains_blanks
NOT_CONTAINS_BLANKS =
25 or :not_contains_blanks