Class SjsOpenOptions
Option class for opening SpreadJS .sjs file.
-
Constructor Summary
Constructors
-
Method Summary
final boolean
Get whether the formula can be included when loading.
final boolean
Get whether the style can be included when loading.
final void
Set whether the formula can be included when loading.
final void
Set whether the style can be included when loading.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SjsOpenOptions
public SjsOpenOptions()
Constructor.
-
Method Details
-
getIncludeStyles
public final boolean getIncludeStyles()
Get whether the style can be included when loading. By default, it is true.
-
setIncludeStyles
public final void setIncludeStyles(boolean value)
Set whether the style can be included when loading. By default, it is true.
-
-