StyledDocument

data class StyledDocument(val paragraphs: List<Paragraph> = emptyList())(source)

A styled document: an ordered list of paragraphs.

Constructors

Link copied to clipboard
constructor(paragraphs: List<Paragraph> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

The plain text of the document, paragraphs separated by newlines.