PageFormat

de.activegroup.scalajasper.core.PageFormat
See thePageFormat companion object
sealed case class PageFormat(width: Length, height: Length, orientation: OrientationEnum)

Orientation is used mostly to inform printers of page layouts.

Attributes

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

Members list

Value members

Concrete methods

def aspectRatio: Double

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product