pub type TextAlign = TextAlignKeyword;Expand description
The computed value of text-align.
Aliased Type§
#[repr(u8)]pub enum TextAlign {
Start = 0,
Left = 1,
Right = 2,
Center = 3,
Justify = 4,
End = 5,
MozCenter = 6,
MozLeft = 7,
MozRight = 8,
}