com.aspose.slides
Class LoadFormat

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by 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
static int Auto
           Instructs Aspose.Slides to recognize the format automatically.
static int Odp
           OpenOffice ODF Presentation.
static int Pps
           Microsoft PowerPoint 97-2003 SlideShow.
static int Ppsx
           Microsoft Office Open XML PresentationML SlideShow.
static int Ppt
           Microsoft PowerPoint 97-2003 Presentation.
static int Pptx
           Microsoft Office Open XML PresentationML Document.
 
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, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
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

Odp

public static final int Odp

OpenOffice ODF Presentation.

See Also:
Constant Field Values