enum CSS::TextDecoration
Defined in:
css/text_decoration.crEnum Members
-
None =
0
-
Underline =
1
Instance Method Summary
- #none?
-
#to_s(io : IO)
Appends a
String
representation of this enum member to the given io. - #underline?