com.groupdocs.signature.domain.enums

Class PresentationSaveFileFormat

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


  • public final class PresentationSaveFileFormat
    extends Object

    Defines different save file formats.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Default
      File Format will not be changed.
      static int Html
      Saves the document in the HTML Format.
      static int Odp
      Saves the document as Open Office presentation.
      static int Otp
      Saves the document as Open Office presentation template.
      static int Pdf
      Saves the document in PDF format.
      static int Potm
      Saves the document as Microsoft Power Point macro-enabled template.
      static int Potx
      Saves the document as Microsoft Power Point template.
      static int Pps
      Saves the document as Microsoft Power Point 97-2003 slide show.
      static int Ppsm
      Saves the document as Microsoft Power Point Open XML macro-enabled slide show.
      static int Ppsx
      Saves the document in the Microsoft Power Point Open XML Slide Show format.
      static int Ppt
      Saves the document as Microsoft Power Point 97-2003 presentation.
      static int Pptm
      Saves the document as Microsoft Power Point Open XML macro-enabled presentation.
      static int Pptx
      Saves the document in the Microsoft Power Point Open XML Presentation 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 Xps
      Saves the document in the XPS (XML Paper Specification) format.
    • Field Detail

      • Default

        public static final int Default

        File Format will not be changed.

        See Also:
        Constant Field Values
      • Html

        public static final int Html

        Saves the document in the HTML Format.

        See Also:
        Constant Field Values
      • Odp

        public static final int Odp

        Saves the document as Open Office presentation.

        See Also:
        Constant Field Values
      • Otp

        public static final int Otp

        Saves the document as Open Office presentation template.

        See Also:
        Constant Field Values
      • Potm

        public static final int Potm

        Saves the document as Microsoft Power Point macro-enabled template.

        See Also:
        Constant Field Values
      • Potx

        public static final int Potx

        Saves the document as Microsoft Power Point template.

        See Also:
        Constant Field Values
      • Pps

        public static final int Pps

        Saves the document as Microsoft Power Point 97-2003 slide show.

        See Also:
        Constant Field Values
      • Ppsm

        public static final int Ppsm

        Saves the document as Microsoft Power Point Open XML macro-enabled slide show.

        See Also:
        Constant Field Values
      • Ppsx

        public static final int Ppsx

        Saves the document in the Microsoft Power Point Open XML Slide Show format.

        See Also:
        Constant Field Values
      • Ppt

        public static final int Ppt

        Saves the document as Microsoft Power Point 97-2003 presentation.

        See Also:
        Constant Field Values
      • Pptm

        public static final int Pptm

        Saves the document as Microsoft Power Point Open XML macro-enabled presentation.

        See Also:
        Constant Field Values
      • Pptx

        public static final int Pptx

        Saves the document in the Microsoft Power Point Open XML Presentation 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
      • Xps

        public static final int Xps

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

        See Also:
        Constant Field Values