Folio.Content.TableCell (Folio v0.2.3)

Copy Markdown View Source

Table cell.

Summary

Types

t()

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