OrgTable

@Serializable
data class OrgTable(val dim: Pair<Int, Int>, val header: OrgTableRow?, val subtables: List<List<OrgTableRow>>, val formulaLine: String, var tokens: List<Token>) : OrgChunk, OrgElem

Constructors

Link copied to clipboard
constructor(dim: Pair<Int, Int>, header: OrgTableRow?, subtables: List<List<OrgTableRow>>, formulaLine: String, tokens: List<Token>)

Properties

Link copied to clipboard
val dim: Pair<Int, Int>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>