trait BaseXlsx extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseXlsx
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
additionalPrintSetup(printSetup: PrintSetup, sheetPs: PrintSetup): Unit
- Attributes
- protected[natures]
-
abstract
def
setTabColor(sheet: Sheet, XSSFColor: XSSFColor): Unit
- Attributes
- protected[natures]
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
convertCellBorders(borders: CellBorders, style: XSSFCellStyle): Unit
- Attributes
- protected[natures]
-
def
convertCellRange(cr: CellRange): CellRangeAddress
- Attributes
- protected[natures]
-
def
convertColor(color: Color): XSSFColor
- Attributes
- protected[natures]
-
def
convertColumn(c: Column, sheet: Sheet): Unit
- Attributes
- protected[natures]
-
def
convertColumnRange(cr: ColumnRange): CellRangeAddress
- Attributes
- protected[natures]
-
def
convertFont(f: Font, font: XSSFFont): XSSFFont
- Attributes
- protected[natures]
-
def
convertMargins(margins: Margins, sheet: Sheet): Unit
- Attributes
- protected[natures]
-
def
convertPane(pane: Pane): Int
- Attributes
- protected[natures]
-
def
convertPaneAction(paneAction: PaneAction, sheet: Sheet): Unit
- Attributes
- protected[natures]
-
def
convertPrintSetup(printSetup: PrintSetup, sheet: Sheet): Unit
- Attributes
- protected[natures]
-
def
convertRowRange(rr: RowRange): CellRangeAddress
- Attributes
- protected[natures]
-
def
convertSheetProperties(sp: SheetProperties, sheet: Sheet): Unit
- Attributes
- protected[natures]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeStyle(cell: Cell, rowStyle: Option[CellStyle], columnStyle: Option[CellStyle], sheetStyle: Option[CellStyle]): Cell
- Attributes
- protected[natures]
-
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()
-
def
setCalendarCell(c: Cell, cell: Cell, value: Calendar): Unit
- Attributes
- protected[natures]
-
def
setDateCell(c: Cell, cell: Cell, value: Date): Unit
- Attributes
- protected[natures]
-
def
setHyperLinkUrlCell(cell: Cell, value: HyperLinkUrl, row: Row): Unit
- Attributes
- protected[natures]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateColumnsWithIndexes(s: Sheet): List[Column]
- Attributes
- protected[natures]
-
def
validateCells(r: Row): Unit
- Attributes
- protected[natures]
-
def
validateRows(s: Sheet): Unit
- Attributes
- protected[natures]
-
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()