package report
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class LineDsl extends AnyRef
- class RectangleDsl extends AnyRef
-
case class
Report(name: String, orientation: reportTypes.ReportPageOrientation.Value = ReportPageOrientation.PORTRAIT, pdfCompression: Boolean = true)(implicit pdfFactory: PdfFactory) extends Product with Serializable
Report class- for Scala
Report class- for Scala
- name
- name of the pdf file. It should include the pdf extension
- orientation
- report's orientation:PORTRAIT or LANDSCAPE.
- pdfFactory
- the pdfFactory variable.This is needed for report to delegate all the report's call to this implementation.
- trait ScalaReportUtil extends AnyRef
- class TextDsl extends AnyRef
Value Members
- object CellAlign extends Enumeration
- object Implicits extends ScalaReportUtil
- object RFontAttribute extends Enumeration
- object Report extends Serializable
- object ReportTypes
- object ScalaReportUtil extends ScalaReportUtil
- object WrapAlign extends Enumeration