A w:tc element.
Word requires the content of a cell to be block level, so runs and other inline content are wrapped in paragraphs; an empty cell still gets one, otherwise the document is considered corrupt.
Summary
Functions
The child elements a w:tc may contain.
Converts a td or th element.
The w:tcPr properties a table cell accepts.
Types
@type t() :: %Sablon.HTMLConverter.TableCell{ attributes: map(), children: [struct()], properties: Sablon.HTMLConverter.NodeProperties.t() | nil }
Functions
The child elements a w:tc may contain.
@spec new(Sablon.Environment.t(), Sablon.XML.Node.t(), Sablon.Props.t()) :: t()
Converts a td or th element.
The w:tcPr properties a table cell accepts.