Content Break Line
data class ContentBreakLine(sourceSets: Set<DisplaySourceSet>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentNode
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(sourceSets: Set<DisplaySourceSet>, dci: DCI = DCI(emptySet(), ContentKind.Empty), style: Set<Style> = emptySet(), extra: PropertyContainer<ContentNode> = PropertyContainer.empty()): ContentBreakLine
Content copied to clipboard
hasAnyContent
Link copied to clipboard
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentBreakLine
Content copied to clipboard
withSourceSets
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentBreakLine
Content copied to clipboard
Properties
children
Link copied to clipboard
extra
Link copied to clipboard
sourceSets
Link copied to clipboard