TableHeader

@Serializable
@SerialName(value = "tableHeader")
class TableHeader : RichText.TableElement(source)

Table header cell.

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.