com.groupdocs.signature.domain.enums

Class WordProcessingSaveFileFormat

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


  • public final class WordProcessingSaveFileFormat
    extends Object

    Defines different save file formats for WordProcessing documents.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Bmp
      Renders a page of the document and saves it as a BMP file.
      static int Default
      File Format will not be changed.
      static int Doc
      Saves the document as Microsoft Word 97-2003 document.
      static int Docm
      Saves the document as Microsoft Word OpenXML macro-enabled document.
      static int Docx
      Saves the document as Microsoft Word OpenXML document.
      static int Dot
      Saves the document as Microsoft Word 97-2003 template.
      static int Dotm
      Saves the document as Microsoft Word OpenXML macro-enabled template.
      static int Dotx
      Saves the document as Microsoft Word OpenXML template.
      static int Emf
      Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file.
      static int Epub
      Saves the document in the IDPF EPUB Format.
      static int FlatOpc
      Saves the document as an Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package.
      static int FlatOpcMacroEnabled
      Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package.
      static int FlatOpcTemplate
      Saves the document as an Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package.
      static int FlatOpcTemplateMacroEnabled
      Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package.
      static int Jpeg
      Renders a page of the document and saves it as a JPEG file.
      static int Mhtml
      Saves the document in the MHTML (Web archive) Format.
      static int Odt
      Saves the document as Open Office document.
      static int Ott
      Saves the document as Open Office document template.
      static int Pdf
      Saves the document as PDF (Adobe Portable Document) Format.
      static int Png
      Renders a page of the document and saves it as a PNG file.
      static int Ps
      Saves the document in the PS (PostScript) Format.
      static int Rtf
      Saves the document in the RTF Format.
      static int Text
      Saves the document in the plain text format.
      static int Tiff
      Renders a page or pages of the document and saves them into a single or multi-page TIFF file.
      static int WordML
      Saves the document in the Microsoft Word 2003 WordprocessingML Format.
      static int Xps
      Saves the document in the XPS (XML Paper Specification) Format.
    • Field Detail

      • Bmp

        public static final int Bmp

        Renders a page of the document and saves it as a BMP file.

        See Also:
        Constant Field Values
      • Default

        public static final int Default

        File Format will not be changed.

        See Also:
        Constant Field Values
      • Doc

        public static final int Doc

        Saves the document as Microsoft Word 97-2003 document.

        See Also:
        Constant Field Values
      • Docm

        public static final int Docm

        Saves the document as Microsoft Word OpenXML macro-enabled document.

        See Also:
        Constant Field Values
      • Docx

        public static final int Docx

        Saves the document as Microsoft Word OpenXML document.

        See Also:
        Constant Field Values
      • Dot

        public static final int Dot

        Saves the document as Microsoft Word 97-2003 template.

        See Also:
        Constant Field Values
      • Dotm

        public static final int Dotm

        Saves the document as Microsoft Word OpenXML macro-enabled template.

        See Also:
        Constant Field Values
      • Dotx

        public static final int Dotx

        Saves the document as Microsoft Word OpenXML template.

        See Also:
        Constant Field Values
      • Emf

        public static final int Emf

        Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file.

        See Also:
        Constant Field Values
      • Epub

        public static final int Epub

        Saves the document in the IDPF EPUB Format.

        See Also:
        Constant Field Values
      • FlatOpc

        public static final int FlatOpc

        Saves the document as an Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package.

        See Also:
        Constant Field Values
      • FlatOpcMacroEnabled

        public static final int FlatOpcMacroEnabled

        Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package.

        See Also:
        Constant Field Values
      • FlatOpcTemplate

        public static final int FlatOpcTemplate

        Saves the document as an Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package.

        See Also:
        Constant Field Values
      • FlatOpcTemplateMacroEnabled

        public static final int FlatOpcTemplateMacroEnabled

        Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package.

        See Also:
        Constant Field Values
      • Jpeg

        public static final int Jpeg

        Renders a page of the document and saves it as a JPEG file.

        See Also:
        Constant Field Values
      • Mhtml

        public static final int Mhtml

        Saves the document in the MHTML (Web archive) Format.

        See Also:
        Constant Field Values
      • Odt

        public static final int Odt

        Saves the document as Open Office document.

        See Also:
        Constant Field Values
      • Ott

        public static final int Ott

        Saves the document as Open Office document template.

        See Also:
        Constant Field Values
      • Pdf

        public static final int Pdf

        Saves the document as PDF (Adobe Portable Document) Format.

        See Also:
        Constant Field Values
      • Png

        public static final int Png

        Renders a page of the document and saves it as a PNG file.

        See Also:
        Constant Field Values
      • Ps

        public static final int Ps

        Saves the document in the PS (PostScript) Format.

        See Also:
        Constant Field Values
      • Rtf

        public static final int Rtf

        Saves the document in the RTF Format. All characters above 7-bits are escaped as hexadecimal or Unicode characters.

        See Also:
        Constant Field Values
      • Text

        public static final int Text

        Saves the document in the plain text format.

        See Also:
        Constant Field Values
      • Tiff

        public static final int Tiff

        Renders a page or pages of the document and saves them into a single or multi-page TIFF file.

        See Also:
        Constant Field Values
      • WordML

        public static final int WordML

        Saves the document in the Microsoft Word 2003 WordprocessingML Format.

        See Also:
        Constant Field Values
      • Xps

        public static final int Xps

        Saves the document in the XPS (XML Paper Specification) Format.

        See Also:
        Constant Field Values