Trait

com.norbitltd.spoiwo.natures.xlsx

BaseXlsx

Related Doc: package xlsx

Permalink

trait BaseXlsx extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
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

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  2. abstract def setTabColor(sheet: Sheet, XSSFColor: XSSFColor): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convertCellBorders(borders: CellBorders, style: XSSFCellStyle): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  7. def convertCellRange(cr: CellRange): CellRangeAddress

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  8. def convertColor(color: Color): XSSFColor

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  9. def convertColumn(c: Column, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  10. def convertColumnRange(cr: ColumnRange): CellRangeAddress

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  11. def convertFont(f: Font, font: XSSFFont): XSSFFont

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  12. def convertMargins(margins: Margins, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  13. def convertPane(pane: Pane): Int

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  14. def convertPaneAction(paneAction: PaneAction, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  15. def convertPrintSetup(printSetup: PrintSetup, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  16. def convertRowRange(rr: RowRange): CellRangeAddress

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  17. def convertSheetLocking(sl: SheetLocking, sheet: XSSFSheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  18. def convertSheetProperties(sp: SheetProperties, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mergeStyle(cell: Cell, rowStyle: Option[CellStyle], columnStyle: Option[CellStyle], sheetStyle: Option[CellStyle]): Cell

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def setCalendarCell(c: Cell, cell: Cell, value: Calendar): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  30. def setDateCell(c: Cell, cell: Cell, value: Date): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  31. def setHyperLinkUrlCell(cell: Cell, value: HyperLinkUrl, row: Row): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def updateColumnsWithIndexes(s: Sheet): List[Column]

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  35. def validateCells(r: Row): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  36. def validateRows(s: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped