Package com.grapecity.documents.excel
Class SaveOptionsBase
java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
- Direct Known Subclasses:
CsvSaveOptions,HtmlSaveOptions,PdfSaveOptions,SjsSaveOptions,XlsxSaveOptions
Base option class for saving.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SaveFileFormatGet the file format setting.protected final voidsetFileFormat(SaveFileFormat value) Set the file format setting.
-
Constructor Details
-
SaveOptionsBase
public SaveOptionsBase()
-
-
Method Details
-
getFileFormat
Get the file format setting. -
setFileFormat
Set the file format setting.
-