com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class LoadFormat

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.LoadFormat


  • public final class LoadFormat
    extends com.aspose.ms.System.Enum

    Indicates the format of the document that is to be loaded.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Auto
      Instructs Aspose.Slides to recognize the format automatically.
      static int Odp
      OpenOffice ODF Presentation.
      static int Otp
      OpenOffice OTP Presentation template.
      static int Pot
      Microsoft PowerPoint 97-2003 Presentation Template.
      static int Potm
      Microsoft Office Open XML PresentationML Macro-enabled Template.
      static int Potx
      Microsoft Office Open XML PresentationML Template.
      static int Pps
      Microsoft PowerPoint 97-2003 SlideShow.
      static int Ppsm
      Microsoft Office Open XML PresentationML Macro-enabled SlideShow.
      static int Ppsx
      Microsoft Office Open XML PresentationML SlideShow.
      static int Ppt
      Microsoft PowerPoint 97-2003 Presentation.
      static int Ppt95
      Microsoft PowerPoint 95 Presentation.
      static int Pptm
      Microsoft Office Open XML PresentationML Macro-enabled Document.
      static int Pptx
      Microsoft Office Open XML PresentationML Document.
      static int Unknown
      Unknown file format
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Auto

        public static final int Auto

        Instructs Aspose.Slides to recognize the format automatically.

        See Also:
        Constant Field Values
      • Ppt

        public static final int Ppt

        Microsoft PowerPoint 97-2003 Presentation.

        See Also:
        Constant Field Values
      • Pps

        public static final int Pps

        Microsoft PowerPoint 97-2003 SlideShow.

        See Also:
        Constant Field Values
      • Pptx

        public static final int Pptx

        Microsoft Office Open XML PresentationML Document.

        See Also:
        Constant Field Values
      • Ppsx

        public static final int Ppsx

        Microsoft Office Open XML PresentationML SlideShow.

        See Also:
        Constant Field Values
      • Potx

        public static final int Potx

        Microsoft Office Open XML PresentationML Template.

        See Also:
        Constant Field Values
      • Pptm

        public static final int Pptm

        Microsoft Office Open XML PresentationML Macro-enabled Document.

        See Also:
        Constant Field Values
      • Ppsm

        public static final int Ppsm

        Microsoft Office Open XML PresentationML Macro-enabled SlideShow.

        See Also:
        Constant Field Values
      • Potm

        public static final int Potm

        Microsoft Office Open XML PresentationML Macro-enabled Template.

        See Also:
        Constant Field Values
      • Ppt95

        public static final int Ppt95

        Microsoft PowerPoint 95 Presentation.

        See Also:
        Constant Field Values
      • Pot

        public static final int Pot

        Microsoft PowerPoint 97-2003 Presentation Template.

        See Also:
        Constant Field Values