Class/Object

com.norbitltd.spoiwo.model

Sheet

Related Docs: object Sheet | package model

Permalink

case class Sheet extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sheet
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addColumn(column: Column): Sheet

    Permalink
  5. def addColumns(additionalColumns: Iterable[Column]): Sheet

    Permalink
  6. def addMergedRegion(mergedRegion: CellRange): Sheet

    Permalink
  7. def addMergedRegions(additionalMergedRegions: Iterable[CellRange]): Sheet

    Permalink
  8. def addRow(row: Row): Sheet

    Permalink
  9. def addRows(additionalRows: Iterable[Row]): Sheet

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val columns: List[Column]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val footer: Option[Footer]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val header: Option[Header]

    Permalink
  18. val images: List[Image]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val locking: Option[SheetLocking]

    Permalink
  21. val margins: Option[Margins]

    Permalink
  22. val mergedRegions: List[CellRange]

    Permalink
  23. val name: Option[String]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. val paneAction: Option[PaneAction]

    Permalink
  28. val password: Option[String]

    Permalink
  29. val printSetup: Option[PrintSetup]

    Permalink
  30. val properties: Option[SheetProperties]

    Permalink
  31. def removeColumn(column: Column): Sheet

    Permalink
  32. def removeColumns(whereCondition: (Column) ⇒ Boolean): Sheet

    Permalink
  33. def removeMergedRegion(mergedRegion: CellRange): Sheet

    Permalink
  34. def removeMergedRegions(whereCondition: (CellRange) ⇒ Boolean): Sheet

    Permalink
  35. def removeRow(row: Row): Sheet

    Permalink
  36. def removeRows(whereCondition: (Row) ⇒ Boolean): Sheet

    Permalink
  37. val repeatingColumns: Option[ColumnRange]

    Permalink
  38. val repeatingRows: Option[RowRange]

    Permalink
  39. val rows: List[Row]

    Permalink
  40. val style: Option[CellStyle]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val tables: List[Table]

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    Sheet → AnyRef → Any
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withColumns(columns: Column*): Sheet

    Permalink
  48. def withColumns(columns: List[Column]): Sheet

    Permalink
  49. def withFooter(footer: Footer): Sheet

    Permalink
  50. def withFreezePane(freezePane: FreezePane): Sheet

    Permalink
  51. def withHeader(header: Header): Sheet

    Permalink
  52. def withLocking(locking: SheetLocking): Sheet

    Permalink
  53. def withMargins(margins: Margins): Sheet

    Permalink
  54. def withMergedRegions(mergedRegions: CellRange*): Sheet

    Permalink
  55. def withMergedRegions(mergedRegions: Iterable[CellRange]): Sheet

    Permalink
  56. def withPassword(password: String): Sheet

    Permalink
  57. def withPrintSetup(printSetup: PrintSetup): Sheet

    Permalink
  58. def withRepeatingColumns(repeatingColumns: ColumnRange): Sheet

    Permalink
  59. def withRepeatingRows(repeatingRows: RowRange): Sheet

    Permalink
  60. def withRows(rows: Row*): Sheet

    Permalink
  61. def withRows(rows: Iterable[Row]): Sheet

    Permalink
  62. def withSheetName(name: String): Sheet

    Permalink
  63. def withSplitPane(splitPane: SplitPane): Sheet

    Permalink
  64. def withStyle(style: CellStyle): Sheet

    Permalink
  65. def withTables(tables: Table*): Sheet

    Permalink
  66. def withoutFooter: Sheet

    Permalink
  67. def withoutHeader: Sheet

    Permalink
  68. def withoutLocking: Sheet

    Permalink
  69. def withoutMargins: Sheet

    Permalink
  70. def withoutPassword: Sheet

    Permalink
  71. def withoutPrintSetup: Sheet

    Permalink
  72. def withoutRepeatingColumns: Sheet

    Permalink
  73. def withoutRepeatingRows: Sheet

    Permalink
  74. def withoutSplitOrFreezePane: Sheet

    Permalink
  75. def withoutStyle: Sheet

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped