enum

CSS::Enums::TextAlign

Inherits Enum < Comparable < Value < Object

Constants

Start = 0
End = 1
Left = 2
Right = 3
Center = 4
Justify = 5
MatchParent = 6
JustifyAll = 7

Instance methods

center?

Returns true if this enum value equals Center

Source
end?

Returns true if this enum value equals End

Source
justify?

Returns true if this enum value equals Justify

Source
justify_all?

Returns true if this enum value equals JustifyAll

Source
left?

Returns true if this enum value equals Left

Source
match_parent?

Returns true if this enum value equals MatchParent

Source
right?

Returns true if this enum value equals Right

Source
start?

Returns true if this enum value equals Start

Source
to_css_value
Source