-
com.grapecity.documents.excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CancellationToken
- CancellationTokenSource
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- Color
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateInfo
- DeserializationOptions
- DocumentProperties
- Event
- EventArgs
- FindOptions
- FontColorSortField
- FontInfo
- FormulaJsonError
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- JsonError
- Margin
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
- PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- Point
- PrintManager
- RadioButtonListCellType
- RangeEventArgs
- RangeFindReplace
- RangeFindReplace.FindReplaceImpl
- RangePartialClasses
- RangePartialClasses.FindReplaceImpl
- RangeTemplateCellType
- Rectangle
- RepeatSetting
- ReplaceOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- Size
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- SpecialCellsValue
- TableStyleFactory
- TextFormatInfo
- Theme
- Themes
- ThemeStorage
- ValueSortField
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
SjsOpenOptions
Class SjsOpenOptions
java.lang.Object
com.grapecity.documents.excel.OpenOptionsBase
com.grapecity.documents.excel.SjsOpenOptions
Option class for opening SpreadJS .sjs file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGet whether the formula can be included when loading.final booleanGet whether the style can be included when loading.final voidsetIncludeFormulas(boolean value) Set whether the formula can be included when loading.final voidsetIncludeStyles(boolean value) Set whether the style can be included when loading.Methods inherited from class com.grapecity.documents.excel.OpenOptionsBase
getFileFormat, setFileFormat
-
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. -
getIncludeFormulas
public final boolean getIncludeFormulas()Get whether the formula can be included when loading. By default, it is true. -
setIncludeFormulas
public final void setIncludeFormulas(boolean value) Set whether the formula can be included when loading. By default, it is true.
-