Class/Object

com.norbitltd.spoiwo.model

CellStyle

Related Docs: object CellStyle | package model

Permalink

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

    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. val borders: Option[CellBorders]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val dataFormat: Option[CellDataFormat]

    Permalink
  8. def defaultWith(defaultCellStyle: CellStyle): CellStyle

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val fillBackgroundColor: Option[Color]

    Permalink
  11. val fillForegroundColor: Option[Color]

    Permalink
  12. val fillPattern: Option[CellFill]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val font: Option[Font]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hidden: Option[Boolean]

    Permalink
  17. val horizontalAlignment: Option[CellHorizontalAlignment]

    Permalink
  18. val indention: Option[Short]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val locked: Option[Boolean]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val readingOrder: Option[CellReadingOrder]

    Permalink
  25. val rotation: Option[Short]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    CellStyle → AnyRef → Any
  28. val verticalAlignment: Option[CellVerticalAlignment]

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withBorders(borders: CellBorders): CellStyle

    Permalink
  33. def withDataFormat(dataFormat: CellDataFormat): CellStyle

    Permalink
  34. def withFillBackgroundColor(fillBackgroundColor: Color): CellStyle

    Permalink
  35. def withFillForegroundColor(fillForegroundColor: Color): CellStyle

    Permalink
  36. def withFillPattern(fillPattern: CellFill): CellStyle

    Permalink
  37. def withFont(font: Font): CellStyle

    Permalink
  38. def withHidden: CellStyle

    Permalink
  39. def withHorizontalAlignment(horizontalAlignment: CellHorizontalAlignment): CellStyle

    Permalink
  40. def withIndention(indention: Short): CellStyle

    Permalink
  41. def withLocked: CellStyle

    Permalink
  42. def withReadingOrder(readingOrder: CellReadingOrder): CellStyle

    Permalink
  43. def withRotation(rotation: Short): CellStyle

    Permalink
  44. def withVerticalAlignment(verticalAlignment: CellVerticalAlignment): CellStyle

    Permalink
  45. def withWrapText: CellStyle

    Permalink
  46. def withoutBorders: CellStyle

    Permalink
  47. def withoutDataFormat: CellStyle

    Permalink
  48. def withoutFillBackgroundColor: CellStyle

    Permalink
  49. def withoutFillForegroundColor: CellStyle

    Permalink
  50. def withoutFillPattern: CellStyle

    Permalink
  51. def withoutFont: CellStyle

    Permalink
  52. def withoutHidden: CellStyle

    Permalink
  53. def withoutHorizontalAlignment: CellStyle

    Permalink
  54. def withoutIndention: CellStyle

    Permalink
  55. def withoutLocked: CellStyle

    Permalink
  56. def withoutReadingOrder: CellStyle

    Permalink
  57. def withoutRotation: CellStyle

    Permalink
  58. def withoutVerticalAlignment: CellStyle

    Permalink
  59. def withoutWrapText: CellStyle

    Permalink
  60. val wrapText: Option[Boolean]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped