com.groupdocs.signature.options.saveoptions

Class SpreadsheetSaveOptions



  • public class SpreadsheetSaveOptions
    extends SaveOptions

    Save options for Spreadsheet Documents.

    • Constructor Detail

      • SpreadsheetSaveOptions

        public SpreadsheetSaveOptions()

        Initializes a new instance of SpreadsheetSaveOptions class with default values.

      • SpreadsheetSaveOptions

        public SpreadsheetSaveOptions(int fileFormat)

        Initializes a new instance of SpreadsheetSaveOptions class with predefined output file format.

        Parameters:
        fileFormat - Specifies output file format.
      • SpreadsheetSaveOptions

        public SpreadsheetSaveOptions(int fileFormat,
                                      boolean overwriteExistingFile)

        Initializes a new instance of SpreadsheetSaveOptions class with specified output type and overwrite flag.

        Parameters:
        fileFormat - Specifies output file format.
        overwriteExistingFile - Flag whether to overwrite signed file with same file.
    • Method Detail

      • getFileFormat

        public final int getFileFormat()

        Gets or sets file format of signed document.

      • setFileFormat

        public final void setFileFormat(int value)

        Gets or sets file format of signed document.

      • toString

        public String toString()

        Override string conversion.

        Overrides:
        toString in class Object
        Returns: