public class SpreadsheetSaveOptions extends SaveOptions
Save options for Spreadsheet Documents.
Constructor and Description |
---|
SpreadsheetSaveOptions()
Initializes a new instance of SpreadsheetSaveOptions class with default values.
|
SpreadsheetSaveOptions(int fileFormat)
Initializes a new instance of SpreadsheetSaveOptions class with predefined output file format.
|
SpreadsheetSaveOptions(int fileFormat,
boolean overwriteExistingFile)
Initializes a new instance of SpreadsheetSaveOptions class with specified output type and overwrite flag.
|
Modifier and Type | Method and Description |
---|---|
int |
getFileFormat()
Gets or sets file format of signed document.
|
void |
setFileFormat(int value)
Gets or sets file format of signed document.
|
String |
toString()
Override string conversion.
|
getAddMissingExtenstion, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setAddMissingExtenstion, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public SpreadsheetSaveOptions()
Initializes a new instance of SpreadsheetSaveOptions class with default values.
public SpreadsheetSaveOptions(int fileFormat)
Initializes a new instance of SpreadsheetSaveOptions class with predefined output file format.
fileFormat
- Specifies output file format.public SpreadsheetSaveOptions(int fileFormat, boolean overwriteExistingFile)
Initializes a new instance of SpreadsheetSaveOptions class with specified output type and overwrite flag.
fileFormat
- Specifies output file format.overwriteExistingFile
- Flag whether to overwrite signed file with same file.