Packages

p

com.sysalto

report

package report

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class LineDsl extends AnyRef
  2. class RectangleDsl extends AnyRef
  3. 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.

  4. trait ScalaReportUtil extends AnyRef
  5. class TextDsl extends AnyRef

Value Members

  1. object CellAlign extends Enumeration
  2. object Implicits extends ScalaReportUtil
  3. object RFontAttribute extends Enumeration
  4. object Report extends Serializable
  5. object ReportTypes
  6. object ScalaReportUtil extends ScalaReportUtil
  7. object WrapAlign extends Enumeration

Ungrouped