Alignment and wrapping options declared on a <xf> record.
Summary
Types
@type horizontal() ::
:general
| :left
| :center
| :right
| :fill
| :justify
| :center_continuous
| :distributed
@type t() :: %ExVEx.Style.Alignment{ horizontal: horizontal(), indent: non_neg_integer(), shrink_to_fit: boolean(), text_rotation: integer(), vertical: vertical(), wrap_text: boolean() }
@type vertical() :: :top | :center | :bottom | :justify | :distributed