类 OpenOptionsBase
java.lang.Object
com.grapecity.documents.excel.OpenOptionsBase
- 直接已知子类:
CsvOpenOptions
,SjsOpenOptions
,XlsxOpenOptions
基础选项类用于打开。
-
构造器概要
-
方法概要
修饰符和类型方法说明final OpenFileFormat
获取文件格式设置。protected final void
setFileFormat
(OpenFileFormat value) 设置文件格式设置。
-
构造器详细资料
-
OpenOptionsBase
public OpenOptionsBase()
-
-
方法详细资料
-
getFileFormat
获取文件格式设置。 -
setFileFormat
设置文件格式设置。
-