A w:tbl element.
A caption child is converted separately and rendered as a paragraph either
above or below the table, depending on the caption-side style.
Summary
Types
@type t() :: %Sablon.HTMLConverter.Table{ attributes: map(), caption: struct() | nil, caption_side: binary() | nil, children: [struct()], properties: Sablon.HTMLConverter.NodeProperties.t() | nil }
Functions
@spec new(Sablon.Environment.t(), Sablon.XML.Node.t(), Sablon.Props.t()) :: t()
Converts a table element.
The w:tblPr properties a table accepts.