Cell

data class Cell(val text: InlineContent)

A single cell of a table.

Parameters

text

content

Constructors

Link copied to clipboard
constructor(text: InlineContent)

Properties

Link copied to clipboard