case class SheetProperties extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SheetProperties
- 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
- val activeCell: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoBreaks: Option[Boolean]
- val autoFilter: Option[CellRange]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val defaultColumnWidth: Option[Int]
- val defaultRowHeight: Option[Height]
- val displayFormulas: Option[Boolean]
- val displayGridLines: Option[Boolean]
- val displayGuts: Option[Boolean]
- val displayRowColHeadings: Option[Boolean]
- val displayZeros: Option[Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val fitToPage: Option[Boolean]
- val forceFormulaRecalculation: Option[Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val horizontallyCenter: Option[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 printArea: Option[CellRange]
- val printGridLines: Option[Boolean]
- val rightToLeft: Option[Boolean]
- val rowSumsBelow: Option[Boolean]
- val rowSumsRight: Option[Boolean]
- val selected: Option[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tabColor: Option[Color]
- val virtuallyCenter: Option[Boolean]
-
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 withActiveCell(activeCell: String): SheetProperties
- def withAutoBreaks: SheetProperties
- def withAutoFilter(autoFilterRange: CellRange): SheetProperties
- def withDefaultColumnWidth(defaultColumnWidth: Int): SheetProperties
- def withDefaultRowHeight(defaultRowHeight: Height): SheetProperties
- def withDisplayFormulas: SheetProperties
- def withDisplayGridLines: SheetProperties
- def withDisplayGuts: SheetProperties
- def withDisplayRowColHeadings: SheetProperties
- def withDisplayZeros: SheetProperties
- def withFitToPage: SheetProperties
- def withForceFormulaRecalculation: SheetProperties
- def withHorizontallyCenter: SheetProperties
- def withPrintArea(printArea: CellRange): SheetProperties
- def withPrintGridLines: SheetProperties
- def withRightToLeft: SheetProperties
- def withRowSumsBelow: SheetProperties
- def withRowSumsRight: SheetProperties
- def withSelected: SheetProperties
- def withTabColor(tabColor: Color): SheetProperties
- def withVirtuallyCenter: SheetProperties
- def withZoom(zoom: Int): SheetProperties
- def withoutActiveCell: SheetProperties
- def withoutAutoBreaks: SheetProperties
- def withoutAutoFilter: SheetProperties
- def withoutDefaultColumnWidth: SheetProperties
- def withoutDefaultRowHeight: SheetProperties
- def withoutDisplayFormulas: SheetProperties
- def withoutDisplayGridLines: SheetProperties
- def withoutDisplayGuts: SheetProperties
- def withoutDisplayRowColHeadings: SheetProperties
- def withoutDisplayZeros: SheetProperties
- def withoutFitToPage: SheetProperties
- def withoutForceFormulaRecalculation: SheetProperties
- def withoutHorizontallyCenter: SheetProperties
- def withoutPrintArea: SheetProperties
- def withoutPrintGridLines: SheetProperties
- def withoutRightToLeft: SheetProperties
- def withoutRowSumsBelow: SheetProperties
- def withoutRowSumsRight: SheetProperties
- def withoutSelected: SheetProperties
- def withoutTabColor: SheetProperties
- def withoutVirtuallyCenter: SheetProperties
- def withoutZoom: SheetProperties
- val zoom: Option[Int]