excelizer v0.1.7 Excelizer.Style.Font
module to manage a struct about font
Link to this section Summary
Link to this section Types
Specs
t() :: %Excelizer.Style.Font{
bold: boolean(),
color: String.t() | nil,
family: String.t() | nil,
italic: boolean(),
size: number() | nil,
strike: boolean(),
underline: nil | underline()
}
type for font
Link to this type
underline()
Specs
underline() :: :single | :double
type for font's underline
- single: single line
- double: double line