Enum Class的使用
com.grapecity.documents.excel.SaveFileFormat
-
com.grapecity.documents.excel中SaveFileFormat的使用
修饰符和类型方法说明final SaveFileFormat
SaveOptionsBase.getFileFormat()
Get the file format setting.static SaveFileFormat
Returns the enum constant of this class with the specified name.static SaveFileFormat[]
SaveFileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IWorkbook.save
(OutputStream fileStream, SaveFileFormat fileFormat) Saves the specified format file stream.void
IWorkbook.save
(String fileName, SaveFileFormat fileFormat) Saves the specified format file.void
IWorksheet.save
(OutputStream fileStream, SaveFileFormat fileFormat) Saves current worksheet to the specified format file stream.void
IWorksheet.save
(String fileName, SaveFileFormat fileFormat) Saves current worksheet to the specified format file.void
Workbook.save
(OutputStream fileStream, SaveFileFormat fileFormat) Saves workbook to stream with specified file format.void
Workbook.save
(String fileName, SaveFileFormat fileFormat) Saves workbook to file with specified file format.protected final void
SaveOptionsBase.setFileFormat
(SaveFileFormat value) Set the file format setting.