enum

CSS::Enums::TextDecorationStyle

Inherits Enum < Comparable < Value < Object

Constants

Solid = 0
Double = 1
Dotted = 2
Dashed = 3
Wavy = 4

Instance methods

dashed?

Returns true if this enum value equals Dashed

Source
dotted?

Returns true if this enum value equals Dotted

Source
double?

Returns true if this enum value equals Double

Source
solid?

Returns true if this enum value equals Solid

Source
to_css_value
Source
wavy?

Returns true if this enum value equals Wavy

Source