pub type JustifyMethod = AlignMethod;
pub enum JustifyMethod { Left, Center, Right, Full, }
Left-align (the default).
Center-align.
Right-align.
Full justification (spaces distributed between words).