enum CSS::TextAlign

Defined in:

css/text_align.cr

Enum Members

Left = 0
Right = 1
Center = 2
Justify = 3
Initial = 4
Inherit = 5

Instance Method Summary

Instance Method Detail

def center? #

[View source]
def inherit? #

[View source]
def initial? #

[View source]
def justify? #

[View source]
def left? #

[View source]
def right? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]