Content Break Line
data class ContentBreakLine( val sourceSets: Set<DisplaySourceSet>, val dci: DCI = DCI(emptySet(), ContentKind.Empty), val style: Set<Style> = emptySet(), val extra: PropertyContainer<ContentNode> = PropertyContainer.empty()) : ContentNode
Content copied to clipboard
Constructors
Link copied to clipboard
fun ContentBreakLine( sourceSets: Set<DisplaySourceSet>, dci: DCI = DCI(emptySet(), ContentKind.Empty), style: Set<Style> = emptySet(), extra: PropertyContainer<ContentNode> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentBreakLine
Content copied to clipboard
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentBreakLine
Content copied to clipboard