类 SaveOptionsBase
java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
Base option class for saving.
-
构造器概要
-
方法概要
修饰符和类型方法说明final SaveFileFormat
Get the file format setting.protected final void
setFileFormat
(SaveFileFormat value) Set the file format setting.
-
构造器详细资料
-
SaveOptionsBase
public SaveOptionsBase()
-
-
方法详细资料
-
getFileFormat
Get the file format setting. -
setFileFormat
Set the file format setting.
-