case class SheetProperties extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SheetProperties
  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. val activeCell: Option[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoBreaks: Option[Boolean]
  7. val autoFilter: Option[CellRange]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val defaultColumnWidth: Option[Int]
  10. val defaultRowHeight: Option[Height]
  11. val displayFormulas: Option[Boolean]
  12. val displayGridLines: Option[Boolean]
  13. val displayGuts: Option[Boolean]
  14. val displayRowColHeadings: Option[Boolean]
  15. val displayZeros: Option[Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val fitToPage: Option[Boolean]
  19. val forceFormulaRecalculation: Option[Boolean]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val horizontallyCenter: Option[Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val printArea: Option[CellRange]
  27. val printGridLines: Option[Boolean]
  28. val rightToLeft: Option[Boolean]
  29. val rowSumsBelow: Option[Boolean]
  30. val rowSumsRight: Option[Boolean]
  31. val selected: Option[Boolean]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val tabColor: Option[Color]
  34. val virtuallyCenter: Option[Boolean]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def withActiveCell(activeCell: String): SheetProperties
  39. def withAutoBreaks: SheetProperties
  40. def withAutoFilter(autoFilterRange: CellRange): SheetProperties
  41. def withDefaultColumnWidth(defaultColumnWidth: Int): SheetProperties
  42. def withDefaultRowHeight(defaultRowHeight: Height): SheetProperties
  43. def withDisplayFormulas: SheetProperties
  44. def withDisplayGridLines: SheetProperties
  45. def withDisplayGuts: SheetProperties
  46. def withDisplayRowColHeadings: SheetProperties
  47. def withDisplayZeros: SheetProperties
  48. def withFitToPage: SheetProperties
  49. def withForceFormulaRecalculation: SheetProperties
  50. def withHorizontallyCenter: SheetProperties
  51. def withPrintArea(printArea: CellRange): SheetProperties
  52. def withPrintGridLines: SheetProperties
  53. def withRightToLeft: SheetProperties
  54. def withRowSumsBelow: SheetProperties
  55. def withRowSumsRight: SheetProperties
  56. def withSelected: SheetProperties
  57. def withTabColor(tabColor: Color): SheetProperties
  58. def withVirtuallyCenter: SheetProperties
  59. def withZoom(zoom: Int): SheetProperties
  60. def withoutActiveCell: SheetProperties
  61. def withoutAutoBreaks: SheetProperties
  62. def withoutAutoFilter: SheetProperties
  63. def withoutDefaultColumnWidth: SheetProperties
  64. def withoutDefaultRowHeight: SheetProperties
  65. def withoutDisplayFormulas: SheetProperties
  66. def withoutDisplayGridLines: SheetProperties
  67. def withoutDisplayGuts: SheetProperties
  68. def withoutDisplayRowColHeadings: SheetProperties
  69. def withoutDisplayZeros: SheetProperties
  70. def withoutFitToPage: SheetProperties
  71. def withoutForceFormulaRecalculation: SheetProperties
  72. def withoutHorizontallyCenter: SheetProperties
  73. def withoutPrintArea: SheetProperties
  74. def withoutPrintGridLines: SheetProperties
  75. def withoutRightToLeft: SheetProperties
  76. def withoutRowSumsBelow: SheetProperties
  77. def withoutRowSumsRight: SheetProperties
  78. def withoutSelected: SheetProperties
  79. def withoutTabColor: SheetProperties
  80. def withoutVirtuallyCenter: SheetProperties
  81. def withoutZoom: SheetProperties
  82. val zoom: Option[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped