SpreadsheetSaveOptions
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object, com.groupdocs.signature.options.saveoptions.SaveOptions
public class SpreadsheetSaveOptions extends SaveOptions
Save options for Spreadsheet Documents.
Constructors
| Constructor | 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. | 
Methods
| Method | Description | 
|---|---|
| getFileFormat() | Gets or sets file format of signed document. | 
| setFileFormat(int value) | Gets or sets file format of signed document. | 
| toString() | Override string conversion. | 
SpreadsheetSaveOptions()
public SpreadsheetSaveOptions()
Initializes a new instance of SpreadsheetSaveOptions class with default values.
SpreadsheetSaveOptions(int fileFormat)
public SpreadsheetSaveOptions(int fileFormat)
Initializes a new instance of SpreadsheetSaveOptions class with predefined output file format.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| fileFormat | int | Specifies output file format. | 
SpreadsheetSaveOptions(int fileFormat, boolean overwriteExistingFile)
public SpreadsheetSaveOptions(int fileFormat, boolean overwriteExistingFile)
Initializes a new instance of SpreadsheetSaveOptions class with specified output type and overwrite flag.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| fileFormat | int | Specifies output file format. | 
| overwriteExistingFile | boolean | Flag whether to overwrite signed file with same file. | 
getFileFormat()
public final int getFileFormat()
Gets or sets file format of signed document.
Returns: int
setFileFormat(int value)
public final void setFileFormat(int value)
Gets or sets file format of signed document.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | 
toString()
public String toString()
Override string conversion.
Returns: java.lang.String -