SectionBuilder

papyrus.DSL.builders.SectionBuilder
See theSectionBuilder companion object
case class SectionBuilder(var title: Option[Title], layerElements: ListBuffer[LayerElement]) extends LayerElementBuilder

Builds a Section element (only allowed inside Papyrus or Content)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Adds a section element

Adds a section element

Attributes

override def build: Section

Builds the Section element

Builds the Section element

Attributes

Definition Classes
def setTitle(newTitle: Title): SectionBuilder

Sets section title

Sets section title

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product