Paragraph

de.activegroup.scalajasper.core.Paragraph
See theParagraph companion object
sealed case class Paragraph(lineSpacing: Option[LineSpacing], firstLineIndent: Option[Int], leftIndent: Option[Int], rightIndent: Option[Int], spacingBefore: Option[Int], spacingAfter: Option[Int], tabStopWidth: Option[Int], tabStops: Seq[TabStop])

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 ++(rhs: Paragraph): Paragraph

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product