|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LoadFormat>
com.aspose.slides.LoadFormat
public enum LoadFormat
Enum Constant Summary | |
---|---|
Auto
Instructs Aspose.Slides to recognize the format automatically. |
|
Odp
OpenOffice ODF Presentation. |
|
Pps
Microsoft PowerPoint 97-2003 SlideShow. |
|
Ppsx
Microsoft Office Open XML PresentationML SlideShow. |
|
Ppt
Microsoft PowerPoint 97-2003 Presentation. |
|
Pptx
Microsoft Office Open XML PresentationML Document. |
Method Summary | |
---|---|
int |
getId()
|
static LoadFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LoadFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LoadFormat Auto
public static final LoadFormat Ppt
public static final LoadFormat Pps
public static final LoadFormat Pptx
public static final LoadFormat Ppsx
public static final LoadFormat Odp
Method Detail |
---|
public static LoadFormat[] values()
for (LoadFormat c : LoadFormat.values()) System.out.println(c);
public static LoadFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |