Package com.grapecity.documents.excel
Class OpenOptionsBase
java.lang.Object
com.grapecity.documents.excel.OpenOptionsBase
- Direct Known Subclasses:
CsvOpenOptions,SjsOpenOptions,XlsxOpenOptions
Base option class for opening.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal OpenFileFormatGet the file format setting.protected final voidsetFileFormat(OpenFileFormat value) Set the file format setting.
-
Constructor Details
-
OpenOptionsBase
public OpenOptionsBase()
-
-
Method Details
-
getFileFormat
Get the file format setting. -
setFileFormat
Set the file format setting.
-