papyrus.DSL.builders.ContentBuilder
See theContentBuilder companion object
case class ContentBuilder(var title: Option[Title], layerElements: ListBuffer[LayerElement]) extends Builder[Content]
Builds the content section with an optional title and a list of elements
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article