[]
        
(Showing Draft Content)

SaveOptionsBase

Class SaveOptionsBase

java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
Direct Known Subclasses:
CsvSaveOptions, HtmlSaveOptions, PdfSaveOptions, SjsSaveOptions, XlsxSaveOptions

public abstract class SaveOptionsBase extends Object
Base option class for saving.
  • Constructor Details

    • SaveOptionsBase

      public SaveOptionsBase()
  • Method Details

    • getFileFormat

      public final SaveFileFormat getFileFormat()
      Get the file format setting.
    • setFileFormat

      protected final void setFileFormat(SaveFileFormat value)
      Set the file format setting.