in scala.text
object Document

object Document
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this



Def Summary
def break : scala.text.DocBreak.type
A break, which will either be turned into a space or a line break
def empty : scala.text.DocNil.type
The empty document
def group (d: scala.text.Document) : scala.text.Document
A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.
def nest (i: scala.Int, d: scala.text.Document) : scala.text.Document
A nested document, which will be indented as specified.
def text (s: java.lang.String) : scala.text.Document
A document consisting of some text literal


Constructor Detail
def this

Def Detail
def break : scala.text.DocBreak.type
A break, which will either be turned into a space or a line break

def empty : scala.text.DocNil.type
The empty document

def group (d: scala.text.Document): scala.text.Document
A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.

def nest (i: scala.Int, d: scala.text.Document): scala.text.Document
A nested document, which will be indented as specified.

def text (s: java.lang.String): scala.text.Document
A document consisting of some text literal