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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped