类 SaveOptionsBase

java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
直接已知子类:
CsvSaveOptions, HtmlSaveOptions, PdfSaveOptions, XlsxSaveOptions

public abstract class SaveOptionsBase extends Object
Base option class for saving.
  • 构造器详细资料

    • SaveOptionsBase

      public SaveOptionsBase()
  • 方法详细资料

    • getFileFormat

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

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