p

spoiwo

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BlankCell extends Cell with Product with Serializable
  2. case class BooleanCell extends Cell with Product with Serializable
  3. case class CalendarCell extends Cell with Product with Serializable
  4. sealed trait Cell extends AnyRef
  5. case class CellBorders(leftStyle: Option[CellBorderStyle], leftColor: Option[Color], topStyle: Option[CellBorderStyle], topColor: Option[Color], rightStyle: Option[CellBorderStyle], rightColor: Option[Color], bottomStyle: Option[CellBorderStyle], bottomColor: Option[Color]) extends Product with Serializable
  6. case class CellDataFormat extends Product with Serializable
  7. case class CellRange(rowRange: (Int, Int), columnRange: (Int, Int)) extends Product with Serializable
  8. case class CellStyle extends Product with Serializable
  9. sealed class CellValueType[T] extends AnyRef
  10. case class Color(r: Int, g: Int, b: Int) extends Product with Serializable
  11. case class Column extends Product with Serializable
  12. case class ColumnRange(firstColumnName: String, lastColumnName: String) extends Product with Serializable
  13. case class DateCell extends Cell with Product with Serializable
  14. case class Font extends Product with Serializable
  15. case class Footer extends Product with Serializable
  16. case class FormulaCell extends Cell with Product with Serializable
  17. case class FreezePane(columnSplit: Int, rowSplit: Int, leftMostColumn: Int, topRow: Int) extends PaneAction with Product with Serializable
  18. trait HasIndex[T] extends AnyRef
  19. case class Header extends Product with Serializable
  20. class Height extends AnyRef
  21. case class HeightUnit extends Product with Serializable
  22. case class HyperLink(text: String, address: String, linkType: HyperLinkType = HyperLinkType.Url) extends Product with Serializable
  23. case class HyperLinkCell extends Cell with Product with Serializable
  24. case class Image(region: CellRange, filePath: String) extends Product with Serializable
  25. case class Margins extends Product with Serializable
  26. case class NoSplitOrFreeze() extends PaneAction with Product with Serializable
  27. case class NumericCell extends Cell with Product with Serializable
  28. sealed trait PaneAction extends AnyRef
  29. case class PrintSetup extends Product with Serializable
  30. case class Row extends Product with Serializable
  31. case class RowRange(firstRowIndex: Int, lastRowIndex: Int) extends Product with Serializable
  32. case class Sheet extends Product with Serializable
  33. case class SheetLocking(lockedAutoFilter: Boolean = false, lockedDeleteColumns: Boolean = false, lockedDeleteRows: Boolean = false, lockedFormatCells: Boolean = false, lockedFormatColumns: Boolean = false, lockedFormatRows: Boolean = false, lockedInsertColumns: Boolean = false, lockedInsertHyperlinks: Boolean = false, lockedInsertRows: Boolean = false, lockedPivotTables: Boolean = false, lockedSort: Boolean = false, lockedObjects: Boolean = false, lockedScenarios: Boolean = false, lockedSelectLockedCells: Boolean = false, lockedSelectUnlockedCells: Boolean = false) extends Product with Serializable
  34. case class SheetProperties extends Product with Serializable
  35. case class SplitPane(xSplitPosition: Int, ySplitPosition: Int, leftMostColumn: Int = 0, topRow: Int = 0, activePane: Pane = Pane.UpperLeftPane) extends PaneAction with Product with Serializable
  36. case class StringCell extends Cell with Product with Serializable
  37. case class Table extends Product with Serializable
  38. case class TableColumn(name: String, id: Long) extends Product with Serializable
  39. case class TableStyle extends Product with Serializable
  40. case class TableStyleName extends Product with Serializable
  41. class Width extends AnyRef
  42. case class WidthUnit extends Product with Serializable
  43. case class Workbook extends Product with Serializable

Value Members

  1. object Cell
  2. object CellBorders extends Serializable
  3. object CellDataFormat extends Serializable
  4. object CellRange extends Serializable
  5. object CellStyle extends Serializable
  6. object CellValueType
  7. object Color extends Serializable
  8. object Column extends Serializable
  9. object ColumnRange extends Serializable
  10. object Font extends Serializable
  11. object Footer extends Serializable
  12. object FreezePane extends Serializable
  13. object HasIndex
  14. object Header extends Serializable
  15. object Height
  16. object HeightUnit extends Serializable
  17. object Margins extends Serializable
  18. object PrintSetup extends Serializable
  19. object Row extends Serializable
  20. object RowRange extends Serializable
  21. object Sheet extends Serializable
  22. object SheetLocking extends Serializable
  23. object SheetProperties extends Serializable
  24. object Table extends Serializable
  25. object TableStyle extends Serializable
  26. object TableStyleName extends Serializable
  27. object Width
  28. object WidthUnit extends Serializable
  29. object Workbook extends Serializable

Ungrouped