com.groupdocs.signature.options.saveoptions

Class WordProcessingSaveOptions



  • public class WordProcessingSaveOptions
    extends SaveOptions

    Save options for WordProcessing documents.

    • Constructor Detail

      • WordProcessingSaveOptions

        public WordProcessingSaveOptions()

        Initializes a new instance of WordProcessingSaveOptions class with default values.

      • WordProcessingSaveOptions

        public WordProcessingSaveOptions(boolean overwriteExistingFile)

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

        Parameters:
        overwriteExistingFile - Flag whether to overwrite signed file with same file.
      • WordProcessingSaveOptions

        public WordProcessingSaveOptions(int fileFormat)

        Initializes a new instance of WordProcessingSaveOptions class with specified output file format.

        Parameters:
        fileFormat - Output file type WordProcessingSaveFileFormat.
      • WordProcessingSaveOptions

        public WordProcessingSaveOptions(int fileFormat,
                                         boolean overwriteExistingFile)

        Initializes a new instance of WordProcessingSaveOptions class with specified output file format and overwrite flag.

        Parameters:
        fileFormat - Output file type WordProcessingSaveFileFormat.
        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: