OrgDocument

@Serializable
data class OrgDocument(val preamble: OrgPreamble, val preface: OrgPreface, val content: List<OrgSection>, var tokens: List<Token>) : OrgElem

Represents org document with all info present 'in' the file.

Constructors

Link copied to clipboard
constructor(preamble: OrgPreamble, preface: OrgPreface, content: List<OrgSection>, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>