enum CSS::TextAlign
Defined in:
css/text_align.crEnum Members
-
Left =
0 -
Right =
1 -
Center =
2 -
Justify =
3 -
Initial =
4 -
Inherit =
5
Instance Method Summary
- #center?
- #inherit?
- #initial?
- #justify?
- #left?
- #right?
-
#to_s(io : IO)
Appends a
Stringrepresentation of this enum member to the given io.