Type Alias style::values::computed::text::TextAlign

source ·
pub type TextAlign = TextAlignKeyword;
Expand description

The computed value of text-align.

Aliased Type§

enum TextAlign {
    Start = 0,
    Left = 1,
    Right = 2,
    Center = 3,
    Justify = 4,
    End = 5,
    MozCenter = 6,
    MozLeft = 7,
    MozRight = 8,
}

Variants§

§

Start = 0

§

Left = 1

§

Right = 2

§

Center = 3

§

Justify = 4

§

End = 5

§

MozCenter = 6

§

MozLeft = 7

§

MozRight = 8