enum

CSS::Enums::TextAlignLast

Inherits Enum < Comparable < Value < Object

Constants

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

Instance methods

auto?

Returns true if this enum value equals Auto

Source
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
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