ExVEx.OOXML.Styles.AlignmentRecord (ExVEx v0.1.2)

Copy Markdown View Source

Raw alignment attributes attached to an <xf> in xl/styles.xml. This is the internal OOXML-shaped representation; end users read alignment off the flattened %ExVEx.Style.Alignment{} returned by ExVEx.get_style/3.

Summary

Types

t()

@type t() :: %ExVEx.OOXML.Styles.AlignmentRecord{
  horizontal: atom(),
  indent: non_neg_integer(),
  shrink_to_fit: boolean(),
  text_rotation: integer(),
  vertical: atom(),
  wrap_text: boolean()
}