Packages

trait BaseXlsx extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseXlsx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def additionalPrintSetup(printSetup: PrintSetup, sheetPs: PrintSetup): Unit
    Attributes
    protected[natures]
  2. abstract def setTabColor(sheet: Sheet, XSSFColor: XSSFColor): Unit
    Attributes
    protected[natures]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def convertCellBorders(borders: CellBorders, style: XSSFCellStyle): Unit
    Attributes
    protected[natures]
  7. def convertCellRange(cr: CellRange): CellRangeAddress
    Attributes
    protected[natures]
  8. def convertColor(color: Color): XSSFColor
    Attributes
    protected[natures]
  9. def convertColumn(c: Column, sheet: Sheet): Unit
    Attributes
    protected[natures]
  10. def convertColumnRange(cr: ColumnRange): CellRangeAddress
    Attributes
    protected[natures]
  11. def convertFont(f: Font, font: XSSFFont): XSSFFont
    Attributes
    protected[natures]
  12. def convertMargins(margins: Margins, sheet: Sheet): Unit
    Attributes
    protected[natures]
  13. def convertPane(pane: Pane): Int
    Attributes
    protected[natures]
  14. def convertPaneAction(paneAction: PaneAction, sheet: Sheet): Unit
    Attributes
    protected[natures]
  15. def convertPrintSetup(printSetup: PrintSetup, sheet: Sheet): Unit
    Attributes
    protected[natures]
  16. def convertRowRange(rr: RowRange): CellRangeAddress
    Attributes
    protected[natures]
  17. def convertSheetProperties(sp: SheetProperties, sheet: Sheet): Unit
    Attributes
    protected[natures]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mergeStyle(cell: Cell, rowStyle: Option[CellStyle], columnStyle: Option[CellStyle], sheetStyle: Option[CellStyle]): Cell
    Attributes
    protected[natures]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def setCalendarCell(c: Cell, cell: Cell, value: Calendar): Unit
    Attributes
    protected[natures]
  29. def setDateCell(c: Cell, cell: Cell, value: Date): Unit
    Attributes
    protected[natures]
  30. def setHyperLinkUrlCell(cell: Cell, value: HyperLinkUrl, row: Row): Unit
    Attributes
    protected[natures]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def updateColumnsWithIndexes(s: Sheet): List[Column]
    Attributes
    protected[natures]
  34. def validateCells(r: Row): Unit
    Attributes
    protected[natures]
  35. def validateRows(s: Sheet): Unit
    Attributes
    protected[natures]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped