case class SheetProperties extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SheetProperties
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val rightToLeft: Option[Boolean]
  30. val rowSumsBelow: Option[Boolean]
  31. val rowSumsRight: Option[Boolean]
  32. val selected: Option[Boolean]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val tabColor: Option[Color]
  35. val virtuallyCenter: Option[Boolean]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withActiveCell(activeCell: String): SheetProperties
  40. def withAutoBreaks: SheetProperties
  41. def withAutoFilter(autoFilterRange: CellRange): SheetProperties
  42. def withDefaultColumnWidth(defaultColumnWidth: Int): SheetProperties
  43. def withDefaultRowHeight(defaultRowHeight: Height): SheetProperties
  44. def withDisplayFormulas: SheetProperties
  45. def withDisplayGridLines: SheetProperties
  46. def withDisplayGuts: SheetProperties
  47. def withDisplayRowColHeadings: SheetProperties
  48. def withDisplayZeros: SheetProperties
  49. def withFitToPage: SheetProperties
  50. def withForceFormulaRecalculation: SheetProperties
  51. def withHorizontallyCenter: SheetProperties
  52. def withPrintArea(printArea: CellRange): SheetProperties
  53. def withPrintGridLines: SheetProperties
  54. def withRightToLeft: SheetProperties
  55. def withRowSumsBelow: SheetProperties
  56. def withRowSumsRight: SheetProperties
  57. def withSelected: SheetProperties
  58. def withTabColor(tabColor: Color): SheetProperties
  59. def withVirtuallyCenter: SheetProperties
  60. def withZoom(zoom: Int): SheetProperties
  61. def withoutActiveCell: SheetProperties
  62. def withoutAutoBreaks: SheetProperties
  63. def withoutAutoFilter: SheetProperties
  64. def withoutDefaultColumnWidth: SheetProperties
  65. def withoutDefaultRowHeight: SheetProperties
  66. def withoutDisplayFormulas: SheetProperties
  67. def withoutDisplayGridLines: SheetProperties
  68. def withoutDisplayGuts: SheetProperties
  69. def withoutDisplayRowColHeadings: SheetProperties
  70. def withoutDisplayZeros: SheetProperties
  71. def withoutFitToPage: SheetProperties
  72. def withoutForceFormulaRecalculation: SheetProperties
  73. def withoutHorizontallyCenter: SheetProperties
  74. def withoutPrintArea: SheetProperties
  75. def withoutPrintGridLines: SheetProperties
  76. def withoutRightToLeft: SheetProperties
  77. def withoutRowSumsBelow: SheetProperties
  78. def withoutRowSumsRight: SheetProperties
  79. def withoutSelected: SheetProperties
  80. def withoutTabColor: SheetProperties
  81. def withoutVirtuallyCenter: SheetProperties
  82. def withoutZoom: SheetProperties
  83. val zoom: Option[Int]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped