|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.LoadFormat
public final class LoadFormat
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. |
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 |
---|
public static final int Auto
Instructs Aspose.Slides to recognize the format automatically.
public static final int Ppt
Microsoft PowerPoint 97-2003 Presentation.
public static final int Pps
Microsoft PowerPoint 97-2003 SlideShow.
public static final int Pptx
Microsoft Office Open XML PresentationML Document.
public static final int Ppsx
Microsoft Office Open XML PresentationML SlideShow.
public static final int Odp
OpenOffice ODF Presentation.
public static final int Unknown
Unknown file format
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |