Elixlsx.Style.Fill (elixlsx v0.6.0) View Source

Fill styling properties.

Supported formatting properties are:

  • bg_color: (Hex-)String

Link to this section Summary

Functions

Create a Fill object from a property list.

Create a <fill /> entry from a Fill struct.

Link to this section Types

Specs

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

Link to this section Functions

Create a Fill object from a property list.

Link to this function

get_stylexml_entry(fill)

View Source

Specs

get_stylexml_entry(t()) :: String.t()

Create a <fill /> entry from a Fill struct.