TextDsl

trait TextDsl extends TextCreation

Dsl for creating text and formatting fragments in a mutable specification

class Object
trait Matchable
class Any

Type members

Classlikes

implicit implicit class fragmentFormatting(f: => Fragment)
implicit implicit class fragmentsFormatting(fs: => Fragments)
implicit implicit class textFragment(s: String)

Value members

Inherited methods

def addBacktab(n: Int): Fragment
Inherited from:
TextCreation
Inherited from:
TextCreation
def addBreak(n: Int): Fragment
Inherited from:
TextCreation
Inherited from:
TextCreation
Inherited from:
FragmentBuilder
def addParagraph(s: String, n: Int): Fragment
Inherited from:
TextCreation
def addSections(): Unit
Inherited from:
FragmentBuilder
def addTab(n: Int): Fragment
Inherited from:
TextCreation
Inherited from:
TextCreation
def addText(s: String): Fragment
Inherited from:
TextCreation
Inherited from:
FragmentsFactory
Inherited from:
FragmentBuilder

Implicits

Implicits

final implicit def textFragment(s: String): textFragment