Printer

pamflet.Printer
See thePrinter companion object
case class Printer(contents: Contents, globalized: Globalized, manifest: Option[String])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def comment(current: Page): AbstractSeq[Node] & Seq[Node]
def defaultLanguage: String
def evalLayout(page: Page)(name: String): NodeSeq
def header(page: Page): NodeSeq
def languageBar(page: Page): AbstractSeq[Node] & Seq[Node]
def named(name: String): Option[Page]
def prettify(page: Page): Seq[Seq[Node]]
def printNamed(name: String): Option[Elem]
def relative(lang: String): String
def toc(current: Page, leftToc: Boolean): AbstractSeq[Node] & Seq[Node]
def tocDisplay(current: Page): TocType

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val relativeBase: String