public final class LoadFormat
extends com.aspose.ms.System.Enum
Indicates the format of the document that is to be loaded.
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
|
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
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 Potx
Microsoft Office Open XML PresentationML Template.
public static final int Pptm
Microsoft Office Open XML PresentationML Macro-enabled Document.
public static final int Ppsm
Microsoft Office Open XML PresentationML Macro-enabled SlideShow.
public static final int Potm
Microsoft Office Open XML PresentationML Macro-enabled Template.
public static final int Otp
OpenOffice OTP Presentation template.
public static final int Ppt95
Microsoft PowerPoint 95 Presentation.
public static final int Pot
Microsoft PowerPoint 97-2003 Presentation Template.
public static final int Unknown
Unknown file format