MetadataBuilder

papyrus.DSL.builders.MetadataBuilder
See theMetadataBuilder companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Extensions

Extensions

extension (mb: MetadataBuilder)
def author(value: String): MetadataBuilder

Sets author name

Sets author name

Attributes

Sets charset ("utf-8", "iso-8859-1", "windows-1252")

Sets charset ("utf-8", "iso-8859-1", "windows-1252")

Attributes

Sets file extension ("html" or "pdf")

Sets file extension ("html" or "pdf")

Attributes

Sets language ("en", "it", "fr", "de", etc.)

Sets language ("en", "it", "fr", "de", etc.)

Attributes

def nameFile(value: String): MetadataBuilder

Sets filename

Sets filename

Attributes

def savingPath(value: String): MetadataBuilder

Sets absolute saving path

Sets absolute saving path

Attributes

Sets style parameters with another builder

Sets style parameters with another builder

Attributes

Sets stylesheet path (String ending with ".css"). Papyrus create a default stylesheet

Sets stylesheet path (String ending with ".css"). Papyrus create a default stylesheet

Attributes

def title(value: String): MetadataBuilder

Sets document title

Sets document title

Attributes