Page

de.activegroup.scalajasper.core.Page
See thePage companion object
sealed case class Page(format: PageFormat, margins: Margins, footer: Option[Band], header: Option[Band], background: Option[Band], columns: Columns)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product