case class CellStyle extends Product with Serializable

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

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( ... ) @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[_]
    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. val readingOrder: Option[CellReadingOrder]
  25. val rotation: Option[Short]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    CellStyle → AnyRef → Any
  28. val verticalAlignment: Option[CellVerticalAlignment]
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. def withBorders(borders: CellBorders): CellStyle
  33. def withDataFormat(dataFormat: CellDataFormat): CellStyle
  34. def withFillBackgroundColor(fillBackgroundColor: Color): CellStyle
  35. def withFillForegroundColor(fillForegroundColor: Color): CellStyle
  36. def withFillPattern(fillPattern: CellFill): CellStyle
  37. def withFont(font: Font): CellStyle
  38. def withHidden: CellStyle
  39. def withHorizontalAlignment(horizontalAlignment: CellHorizontalAlignment): CellStyle
  40. def withIndention(indention: Short): CellStyle
  41. def withLocked: CellStyle
  42. def withReadingOrder(readingOrder: CellReadingOrder): CellStyle
  43. def withRotation(rotation: Short): CellStyle
  44. def withVerticalAlignment(verticalAlignment: CellVerticalAlignment): CellStyle
  45. def withWrapText: CellStyle
  46. def withoutBorders: CellStyle
  47. def withoutDataFormat: CellStyle
  48. def withoutFillBackgroundColor: CellStyle
  49. def withoutFillForegroundColor: CellStyle
  50. def withoutFillPattern: CellStyle
  51. def withoutFont: CellStyle
  52. def withoutHidden: CellStyle
  53. def withoutHorizontalAlignment: CellStyle
  54. def withoutIndention: CellStyle
  55. def withoutLocked: CellStyle
  56. def withoutReadingOrder: CellStyle
  57. def withoutRotation: CellStyle
  58. def withoutVerticalAlignment: CellStyle
  59. def withoutWrapText: CellStyle
  60. val wrapText: Option[Boolean]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped