R/types.R
TextBlock.Rd
Create a TextBlock
TextBlock(text)
Character. The text content.
Object of class TextBlock.
TextBlock
blk <- TextBlock("Hello, world!") blk$text #> [1] "Hello, world!"