Folio.Content.GridCell (Folio v0.2.3)

Copy Markdown View Source

Grid cell. Fields: body, colspan, rowspan, align, fill.

Summary

Types

t()

@type t() :: %Folio.Content.GridCell{
  align: String.t() | nil,
  body: [Folio.Content.t()],
  colspan: pos_integer() | nil,
  fill: String.t() | nil,
  rowspan: pos_integer() | nil
}