enum

CSS::Enums::TextDecorationLine

Inherits Enum < Comparable < Value < Object

Constants

Underline = 0
Overline = 1
LineThrough = 2

Instance methods

line_through?

Returns true if this enum value equals LineThrough

Source
overline?

Returns true if this enum value equals Overline

Source
to_css_value
Source
underline?

Returns true if this enum value equals Underline

Source