Margins

de.activegroup.scalajasper.core.Margins
See theMargins companion object
sealed case class Margins(top: RestrictedLength, right: RestrictedLength, bottom: RestrictedLength, left: RestrictedLength)

top and bottom margins can be relative to the page height, left and right relative to the page with

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