case class CellStyle extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellStyle
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 borders: Option[CellBorders]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dataFormat: Option[CellDataFormat]
- def defaultWith(defaultCellStyle: CellStyle): CellStyle
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fillBackgroundColor: Option[Color]
- val fillForegroundColor: Option[Color]
- val fillPattern: Option[CellFill]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val font: Option[Font]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hidden: Option[Boolean]
- val horizontalAlignment: Option[CellHorizontalAlignment]
- val indention: Option[Short]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locked: Option[Boolean]
-
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()
- val readingOrder: Option[CellReadingOrder]
- val rotation: Option[Short]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- CellStyle → AnyRef → Any
- val verticalAlignment: Option[CellVerticalAlignment]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withBorders(borders: CellBorders): CellStyle
- def withDataFormat(dataFormat: CellDataFormat): CellStyle
- def withFillBackgroundColor(fillBackgroundColor: Color): CellStyle
- def withFillForegroundColor(fillForegroundColor: Color): CellStyle
- def withFillPattern(fillPattern: CellFill): CellStyle
- def withFont(font: Font): CellStyle
- def withHidden: CellStyle
- def withHorizontalAlignment(horizontalAlignment: CellHorizontalAlignment): CellStyle
- def withIndention(indention: Short): CellStyle
- def withLocked: CellStyle
- def withReadingOrder(readingOrder: CellReadingOrder): CellStyle
- def withRotation(rotation: Short): CellStyle
- def withVerticalAlignment(verticalAlignment: CellVerticalAlignment): CellStyle
- def withWrapText: CellStyle
- def withoutBorders: CellStyle
- def withoutDataFormat: CellStyle
- def withoutFillBackgroundColor: CellStyle
- def withoutFillForegroundColor: CellStyle
- def withoutFillPattern: CellStyle
- def withoutFont: CellStyle
- def withoutHidden: CellStyle
- def withoutHorizontalAlignment: CellStyle
- def withoutIndention: CellStyle
- def withoutLocked: CellStyle
- def withoutReadingOrder: CellStyle
- def withoutRotation: CellStyle
- def withoutVerticalAlignment: CellStyle
- def withoutWrapText: CellStyle
- val wrapText: Option[Boolean]