Content Node
interface ContentNode : WithExtraProperties<ContentNode> , WithChildren<ContentNode>
Content copied to clipboard
Functions
hasAnyContent
Link copied to clipboard
withNewExtras
Link copied to clipboard
abstract fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentNode
Content copied to clipboard
withSourceSets
Link copied to clipboard
abstract fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentNode
Content copied to clipboard
Properties
children
Link copied to clipboard
extra
Link copied to clipboard
sourceSets
Link copied to clipboard
Inheritors
ContentText
Link copied to clipboard
ContentBreakLine
Link copied to clipboard
ContentComposite
Link copied to clipboard
Extensions
hasStyle
Link copied to clipboard