TableElement

@Serializable
sealed class TableElement : RichText, RichText.Composite(source)

Base class for table cells (header and data cells).

Inheritors

Properties

Link copied to clipboard

Number of columns this cell spans.

Link copied to clipboard

Column width values in pixels.

Link copied to clipboard
open override val content: List<RichText>

Child nodes contained within this cell.

Link copied to clipboard
val rowSpan: Int?

Number of rows this cell spans.

Link copied to clipboard

Technical name of the node type.

Functions

Link copied to clipboard

Recursively flattens all descendant nodes into a sequence.