Font

de.activegroup.scalajasper.core.Font
See theFont companion object
sealed case class Font(fontName: Option[String], fontSize: Option[Float], bold: Option[Boolean], italic: Option[Boolean], strikeThrough: Option[Boolean], underline: Option[Boolean], pdfEncoding: Option[String], pdfFontName: Option[String], pdfEmbedded: Option[Boolean])

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: Font): Font
def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product