case class Sheet extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sheet
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addColumn(column: Column): Sheet
- def addColumns(additionalColumns: Iterable[Column]): Sheet
- def addMergedRegion(mergedRegion: CellRange): Sheet
- def addMergedRegions(additionalMergedRegions: Iterable[CellRange]): Sheet
- def addRow(row: Row): Sheet
- def addRows(additionalRows: Iterable[Row]): Sheet
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val columns: List[Column]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val footer: Option[Footer]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header: Option[Header]
- val images: List[Image]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val margins: Option[Margins]
- val mergedRegions: List[CellRange]
- val name: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val paneAction: Option[PaneAction]
- val password: Option[String]
- val printSetup: Option[PrintSetup]
- val properties: Option[SheetProperties]
- def removeColumn(column: Column): Sheet
- def removeColumns(whereCondition: (Column) ⇒ Boolean): Sheet
- def removeMergedRegion(mergedRegion: CellRange): Sheet
- def removeMergedRegions(whereCondition: (CellRange) ⇒ Boolean): Sheet
- def removeRow(row: Row): Sheet
- def removeRows(whereCondition: (Row) ⇒ Boolean): Sheet
- val repeatingColumns: Option[ColumnRange]
- val repeatingRows: Option[RowRange]
- val rows: List[Row]
- val style: Option[CellStyle]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tables: List[Table]
-
def
toString(): String
- Definition Classes
- Sheet → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withColumns(columns: Column*): Sheet
- def withColumns(columns: List[Column]): Sheet
- def withFooter(footer: Footer): Sheet
- def withFreezePane(freezePane: FreezePane): Sheet
- def withHeader(header: Header): Sheet
- def withMargins(margins: Margins): Sheet
- def withMergedRegions(mergedRegions: CellRange*): Sheet
- def withMergedRegions(mergedRegions: Iterable[CellRange]): Sheet
- def withPassword(password: String): Sheet
- def withPrintSetup(printSetup: PrintSetup): Sheet
- def withRepeatingColumns(repeatingColumns: ColumnRange): Sheet
- def withRepeatingRows(repeatingRows: RowRange): Sheet
- def withRows(rows: Row*): Sheet
- def withRows(rows: Iterable[Row]): Sheet
- def withSheetName(name: String): Sheet
- def withSplitPane(splitPane: SplitPane): Sheet
- def withStyle(style: CellStyle): Sheet
- def withTables(tables: Table*): Sheet
- def withoutFooter: Sheet
- def withoutHeader: Sheet
- def withoutMargins: Sheet
- def withoutPassword: Sheet
- def withoutPrintSetup: Sheet
- def withoutRepeatingColumns: Sheet
- def withoutRepeatingRows: Sheet
- def withoutSplitOrFreezePane: Sheet
- def withoutStyle: Sheet