elixlsx v0.0.5 Elixlsx.Style.Font
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)
Summary
Types
Functions
Specs
get_stylexml_entry(Elixlsx.Style.Font.t) :: String.t
Create a entry from a Font struct.