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
    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( ... ) @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[_]
    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. val properties: Option[SheetProperties]
  31. def removeColumn(column: Column): Sheet
  32. def removeColumns(whereCondition: (Column) ⇒ Boolean): Sheet
  33. def removeMergedRegion(mergedRegion: CellRange): Sheet
  34. def removeMergedRegions(whereCondition: (CellRange) ⇒ Boolean): Sheet
  35. def removeRow(row: Row): Sheet
  36. def removeRows(whereCondition: (Row) ⇒ Boolean): Sheet
  37. val repeatingColumns: Option[ColumnRange]
  38. val repeatingRows: Option[RowRange]
  39. val rows: List[Row]
  40. val style: Option[CellStyle]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val tables: List[Table]
  43. def toString(): String
    Definition Classes
    Sheet → AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def withColumns(columns: Column*): Sheet
  48. def withColumns(columns: List[Column]): Sheet
  49. def withFooter(footer: Footer): Sheet
  50. def withFreezePane(freezePane: FreezePane): Sheet
  51. def withHeader(header: Header): Sheet
  52. def withLocking(locking: SheetLocking): Sheet
  53. def withMargins(margins: Margins): Sheet
  54. def withMergedRegions(mergedRegions: CellRange*): Sheet
  55. def withMergedRegions(mergedRegions: Iterable[CellRange]): Sheet
  56. def withPassword(password: String): Sheet
  57. def withPrintSetup(printSetup: PrintSetup): Sheet
  58. def withRepeatingColumns(repeatingColumns: ColumnRange): Sheet
  59. def withRepeatingRows(repeatingRows: RowRange): Sheet
  60. def withRows(rows: Row*): Sheet
  61. def withRows(rows: Iterable[Row]): Sheet
  62. def withSheetName(name: String): Sheet
  63. def withSplitPane(splitPane: SplitPane): Sheet
  64. def withStyle(style: CellStyle): Sheet
  65. def withTables(tables: Table*): Sheet
  66. def withoutFooter: Sheet
  67. def withoutHeader: Sheet
  68. def withoutLocking: Sheet
  69. def withoutMargins: Sheet
  70. def withoutPassword: Sheet
  71. def withoutPrintSetup: Sheet
  72. def withoutRepeatingColumns: Sheet
  73. def withoutRepeatingRows: Sheet
  74. def withoutSplitOrFreezePane: Sheet
  75. def withoutStyle: Sheet

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped