类 SaveOptionsBase
java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
基类选项类用于保存。
-
构造器概要
-
方法概要
修饰符和类型方法说明final SaveFileFormat
获取文件格式设置。protected final void
setFileFormat
(SaveFileFormat value) 设置文件格式设置。
-
构造器详细资料
-
SaveOptionsBase
public SaveOptionsBase()
-
-
方法详细资料
-
getFileFormat
获取文件格式设置。 -
setFileFormat
设置文件格式设置。
-