formatSection

fun formatSection(content: Expression): Expression.FormatBuilder
fun formatSection(content: Expression, block: Expression.FormatSectionBuilder.() -> Unit): Expression.FormatBuilder

A component of the Formatted expression.

Parameters

content

displayed string or image as an Expression

fun formatSection(text: String): Expression.FormatBuilder
fun formatSection(text: String, block: Expression.FormatSectionBuilder.() -> Unit): Expression.FormatBuilder

A component of the Formatted expression.

Parameters

text

displayed string