Elixlsx.Style.Font (elixlsx v0.6.0) View Source
Font styling properties.
Supported formatting properties are:
- bold: boolean
- italic: boolean
- underline: boolean
- strike: boolean
- size: pos_integer
- color: (Hex-)String
- wrap_text: boolean
- align_horizontal: atom (:left, :right, :center, :justify, :general, :fill)
- align_vertical: atom (:top, :bottom, :center)
- font: String
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Create a Font object from a property list.
Specs
Create a <font />
entry from a Font struct.