elixlsx v0.0.5 Elixlsx.Style.Fill

Fill styling properties.

Supported formatting properties are:

  • bg_color: (Hex-)String

Summary

Functions

Create a Fill object from a property list

Create a entry from a Fill struct

Types

t :: %Elixlsx.Style.Fill{fg_color: String.t}

Functions

from_props(props)

Create a Fill object from a property list.

get_stylexml_entry(fill)

Specs

get_stylexml_entry(Elixlsx.Style.Fill.t) :: String.t

Create a entry from a Fill struct.