excelizer v0.1.2 Excelizer.Style.Font

module to manage a struct about font

Link to this section Summary

Types

t()

type for font

type for font's underline

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: underline()
}

type for font

Specs

underline() :: :single | :double

type for font's underline

  • single: single line
  • double: double line