Skip to main content

JustifyMethod

Type Alias JustifyMethod 

Source
pub type JustifyMethod = AlignMethod;

Aliased Type§

pub enum JustifyMethod {
    Left,
    Center,
    Right,
    Full,
}

Variants§

§

Left

Left-align (the default).

§

Center

Center-align.

§

Right

Right-align.

§

Full

Full justification (spaces distributed between words).