case class Sheet extends Product with Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addColumn(column: Column): Sheet
  5. def addColumns(additionalColumns: Iterable[Column]): Sheet
  6. def addMergedRegion(mergedRegion: CellRange): Sheet
  7. def addMergedRegions(additionalMergedRegions: Iterable[CellRange]): Sheet
  8. def addRow(row: Row): Sheet
  9. def addRows(additionalRows: Iterable[Row]): Sheet
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val columns: List[Column]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. val footer: Option[Footer]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val header: Option[Header]
  18. val images: List[Image]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val locking: Option[SheetLocking]
  21. val margins: Option[Margins]
  22. val mergedRegions: List[CellRange]
  23. val name: Option[String]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val paneAction: Option[PaneAction]
  28. val password: Option[String]
  29. val printSetup: Option[PrintSetup]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val properties: Option[SheetProperties]
  32. def removeColumn(column: Column): Sheet
  33. def removeColumns(whereCondition: (Column) => Boolean): Sheet
  34. def removeMergedRegion(mergedRegion: CellRange): Sheet
  35. def removeMergedRegions(whereCondition: (CellRange) => Boolean): Sheet
  36. def removeRow(row: Row): Sheet
  37. def removeRows(whereCondition: (Row) => Boolean): Sheet
  38. val repeatingColumns: Option[ColumnRange]
  39. val repeatingRows: Option[RowRange]
  40. val rows: List[Row]
  41. val style: Option[CellStyle]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val tables: List[Table]
  44. def toString(): String
    Definition Classes
    Sheet → AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def withColumns(columns: Column*): Sheet
  49. def withColumns(columns: List[Column]): Sheet
  50. def withFooter(footer: Footer): Sheet
  51. def withFreezePane(freezePane: FreezePane): Sheet
  52. def withHeader(header: Header): Sheet
  53. def withLocking(locking: SheetLocking): Sheet
  54. def withMargins(margins: Margins): Sheet
  55. def withMergedRegions(mergedRegions: CellRange*): Sheet
  56. def withMergedRegions(mergedRegions: Iterable[CellRange]): Sheet
  57. def withPassword(password: String): Sheet
  58. def withPrintSetup(printSetup: PrintSetup): Sheet
  59. def withRepeatingColumns(repeatingColumns: ColumnRange): Sheet
  60. def withRepeatingRows(repeatingRows: RowRange): Sheet
  61. def withRows(rows: Row*): Sheet
  62. def withRows(rows: Iterable[Row]): Sheet
  63. def withSheetName(name: String): Sheet
  64. def withSplitPane(splitPane: SplitPane): Sheet
  65. def withStyle(style: CellStyle): Sheet
  66. def withTables(tables: Table*): Sheet
  67. def withoutFooter: Sheet
  68. def withoutHeader: Sheet
  69. def withoutLocking: Sheet
  70. def withoutMargins: Sheet
  71. def withoutPassword: Sheet
  72. def withoutPrintSetup: Sheet
  73. def withoutRepeatingColumns: Sheet
  74. def withoutRepeatingRows: Sheet
  75. def withoutSplitOrFreezePane: Sheet
  76. def withoutStyle: Sheet

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped