[フレーム]
 []
 
MESCIUS Logo MESCIUS Logo
Document Solutions for Excel, Java Edition Logo
DEMOS DOCS API PRICING
FREE TRIAL
(Showing Draft Content)

SjsSaveOptions

Class SjsSaveOptions

java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
com.grapecity.documents.excel.SjsSaveOptions

public class SjsSaveOptions extends SaveOptionsBase
Option class for saving SpreadJS file.
  • Constructor Details

    • SjsSaveOptions

      public SjsSaveOptions()
      Constructor.
  • Method Details

    • getIncludeStyles

      public final boolean getIncludeStyles()
      Get whether the style can be included when saving files. By default, the value is true.
    • setIncludeStyles

      public final void setIncludeStyles(boolean value)
      Set whether the style can be included when saving files.
    • getIncludeFormulas

      public final boolean getIncludeFormulas()
      Get whether the formula can be included when saving the file. By default, the value is true.
    • setIncludeFormulas

      public final void setIncludeFormulas(boolean value)
      Set whether the formula can be included when saving the file.
    • getIncludeUnusedNames

      public final boolean getIncludeUnusedNames()
      Get whether the unused custom name can be included when saving the file. By default, the value is true.
    • setIncludeUnusedNames

      public final void setIncludeUnusedNames(boolean value)
      Set whether the unused custom name can be included when saving the file.
    • getIncludeEmptyRegionCells

      public final boolean getIncludeEmptyRegionCells()
      Get whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.
    • setIncludeEmptyRegionCells

      public final void setIncludeEmptyRegionCells(boolean value)
      Set whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.
    • getIgnoreRangeOutOfRowColumnCount

      public boolean getIgnoreRangeOutOfRowColumnCount()
      Gets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. Default value is false.
    • setIgnoreRangeOutOfRowColumnCount

      public void setIgnoreRangeOutOfRowColumnCount(boolean value)
      Sets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs.
    • getIncludeBindingSource

      public final boolean getIncludeBindingSource()
      Gets whether to include the binding source when saving the file. Default value is true.
    • setIncludeBindingSource

      public final void setIncludeBindingSource(boolean value)
      Sets whether to include the binding source when saving the file.
    • getIncludeAutoMergedCells

      public boolean getIncludeAutoMergedCells()
      Get whether to include the automatically merged cells. The default value is false.
    • setIncludeAutoMergedCells

      public void setIncludeAutoMergedCells(boolean value)
      Set whether to include the automatically merged cells. The default value is false.

AltStyle によって変換されたページ (->オリジナル) /