case class CellBorders(leftStyle: Option[CellBorderStyle], leftColor: Option[Color], topStyle: Option[CellBorderStyle], topColor: Option[Color], rightStyle: Option[CellBorderStyle], rightColor: Option[Color], bottomStyle: Option[CellBorderStyle], bottomColor: Option[Color]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellBorders
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CellBorders(leftStyle: Option[CellBorderStyle], leftColor: Option[Color], topStyle: Option[CellBorderStyle], topColor: Option[Color], rightStyle: Option[CellBorderStyle], rightColor: Option[Color], bottomStyle: Option[CellBorderStyle], bottomColor: Option[Color])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bottomColor: Option[Color]
- val bottomStyle: Option[CellBorderStyle]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leftColor: Option[Color]
- val leftStyle: Option[CellBorderStyle]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rightColor: Option[Color]
- val rightStyle: Option[CellBorderStyle]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- CellBorders → AnyRef → Any
- val topColor: Option[Color]
- val topStyle: Option[CellBorderStyle]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withBottomColor(bottomColor: Color): CellBorders
- def withBottomStyle(bottomStyle: CellBorderStyle): CellBorders
- def withColor(color: Color): CellBorders
- def withLeftColor(leftColor: Color): CellBorders
- def withLeftStyle(leftStyle: CellBorderStyle): CellBorders
- def withRightColor(rightColor: Color): CellBorders
- def withRightStyle(rightStyle: CellBorderStyle): CellBorders
- def withStyle(style: CellBorderStyle): CellBorders
- def withTopColor(topColor: Color): CellBorders
- def withTopStyle(topStyle: CellBorderStyle): CellBorders