case class CellStyle extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellStyle
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val borders: Option[CellBorders]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val dataFormat: Option[CellDataFormat]
  8. def defaultWith(defaultCellStyle: CellStyle): CellStyle
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val fillBackgroundColor: Option[Color]
  11. val fillForegroundColor: Option[Color]
  12. val fillPattern: Option[CellFill]
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. val font: Option[Font]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val hidden: Option[Boolean]
  17. val horizontalAlignment: Option[CellHorizontalAlignment]
  18. val indention: Option[Short]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val locked: Option[Boolean]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val readingOrder: Option[CellReadingOrder]
  26. val rotation: Option[Short]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    CellStyle → AnyRef → Any
  29. val verticalAlignment: Option[CellVerticalAlignment]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def withBorders(borders: CellBorders): CellStyle
  34. def withDataFormat(dataFormat: CellDataFormat): CellStyle
  35. def withFillBackgroundColor(fillBackgroundColor: Color): CellStyle
  36. def withFillForegroundColor(fillForegroundColor: Color): CellStyle
  37. def withFillPattern(fillPattern: CellFill): CellStyle
  38. def withFont(font: Font): CellStyle
  39. def withHidden: CellStyle
  40. def withHorizontalAlignment(horizontalAlignment: CellHorizontalAlignment): CellStyle
  41. def withIndention(indention: Short): CellStyle
  42. def withLocked: CellStyle
  43. def withReadingOrder(readingOrder: CellReadingOrder): CellStyle
  44. def withRotation(rotation: Short): CellStyle
  45. def withVerticalAlignment(verticalAlignment: CellVerticalAlignment): CellStyle
  46. def withWrapText: CellStyle
  47. def withoutBorders: CellStyle
  48. def withoutDataFormat: CellStyle
  49. def withoutFillBackgroundColor: CellStyle
  50. def withoutFillForegroundColor: CellStyle
  51. def withoutFillPattern: CellStyle
  52. def withoutFont: CellStyle
  53. def withoutHidden: CellStyle
  54. def withoutHorizontalAlignment: CellStyle
  55. def withoutIndention: CellStyle
  56. def withoutLocked: CellStyle
  57. def withoutReadingOrder: CellStyle
  58. def withoutRotation: CellStyle
  59. def withoutVerticalAlignment: CellStyle
  60. def withoutWrapText: CellStyle
  61. val wrapText: Option[Boolean]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped