Enum pdfpdf::Alignment [] [src]

pub enum Alignment {
    TopLeft,
    TopRight,
    TopCenter,
    CenterLeft,
    CenterCenter,
    CenterRight,
    BottomLeft,
    BottomRight,
    BottomCenter,
}

Text alignment options

Variants