com.groupdocs.signature.domain.enums

Class SpreadsheetSaveFileFormat

  • java.lang.Object
    • com.groupdocs.signature.domain.enums.SpreadsheetSaveFileFormat


  • public final class SpreadsheetSaveFileFormat
    extends Object

    Defines different save formats for Spreadsheet documents.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int CSV
      Saves the document as comma separated value file.
      static int Default
      File format will not be changed.
      static int Dif
      Saves the document in Data Interchange Format.
      static int Emf
      Saves the document in Windows Enhanced Metafile format.
      static int Excel97To2003
      Saves the document as Microsoft Excel 97-2003 workbook (.xls).
      static int Jpg
      Saves the document in Jpeg format.
      static int ODS
      Saves the document as Open Office workbook.
      static int Pdf
      Saves the document as an PDF file.
      static int Png
      Saves the document in Portable Network Graphics format.
      static int SVG
      Saves the document as Scalable Vector Graphics file.
      static int TIFF
      Saves the document in Tagged Image File Format.
      static int Xlam
      Saves the document as Microsoft Excel macro-enabled add-In.
      static int Xlsb
      Saves the document as Microsoft Excel Binary workbook.
      static int Xlsm
      Saves the document as Microsoft Excel macro-enabled workbook.
      static int Xlsx
      Saves the document an Microsoft Excel OpenXML workbook.
      static int Xltm
      Saves the document as Microsoft Excel macro-enabled template.
      static int Xltx
      Saves the document as Microsoft Excel template.
      static int XPS
      Saves the document as XML Paper Specification File.
    • Field Detail

      • CSV

        public static final int CSV

        Saves the document as comma separated value file.

        See Also:
        Constant Field Values
      • Default

        public static final int Default

        File format will not be changed.

        See Also:
        Constant Field Values
      • Dif

        public static final int Dif

        Saves the document in Data Interchange Format.

        See Also:
        Constant Field Values
      • Emf

        public static final int Emf

        Saves the document in Windows Enhanced Metafile format.

        See Also:
        Constant Field Values
      • Excel97To2003

        public static final int Excel97To2003

        Saves the document as Microsoft Excel 97-2003 workbook (.xls).

        See Also:
        Constant Field Values
      • ODS

        public static final int ODS

        Saves the document as Open Office workbook.

        See Also:
        Constant Field Values
      • Png

        public static final int Png

        Saves the document in Portable Network Graphics format.

        See Also:
        Constant Field Values
      • SVG

        public static final int SVG

        Saves the document as Scalable Vector Graphics file.

        See Also:
        Constant Field Values
      • TIFF

        public static final int TIFF

        Saves the document in Tagged Image File Format.

        See Also:
        Constant Field Values
      • Xlam

        public static final int Xlam

        Saves the document as Microsoft Excel macro-enabled add-In.

        See Also:
        Constant Field Values
      • Xlsb

        public static final int Xlsb

        Saves the document as Microsoft Excel Binary workbook.

        See Also:
        Constant Field Values
      • Xlsm

        public static final int Xlsm

        Saves the document as Microsoft Excel macro-enabled workbook.

        See Also:
        Constant Field Values
      • Xlsx

        public static final int Xlsx

        Saves the document an Microsoft Excel OpenXML workbook.

        See Also:
        Constant Field Values
      • Xltm

        public static final int Xltm

        Saves the document as Microsoft Excel macro-enabled template.

        See Also:
        Constant Field Values
      • Xltx

        public static final int Xltx

        Saves the document as Microsoft Excel template.

        See Also:
        Constant Field Values
      • XPS

        public static final int XPS

        Saves the document as XML Paper Specification File.

        See Also:
        Constant Field Values