Indicates the format of the document that is to be loaded.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxPublic Enumeration LoadFormat
public enum class LoadFormat
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Instructs Aspose.Slides to recognize the format automatically.
|
| Ppt | 1 |
Microsoft PowerPoint 97-2003 Presentation.
|
| Pps | 2 |
Microsoft PowerPoint 97-2003 SlideShow.
|
| Pptx | 3 |
Microsoft Office Open XML PresentationML Document.
|
| Ppsx | 4 |
Microsoft Office Open XML PresentationML SlideShow.
|
| Odp | 5 |
OpenOffice ODF Presentation.
|
| Potx | 6 |
Microsoft Office Open XML PresentationML Template.
|
| Pptm | 7 |
Microsoft Office Open XML PresentationML Macro-enabled Document.
|
| Ppsm | 8 |
Microsoft Office Open XML PresentationML Macro-enabled SlideShow.
|
| Potm | 9 |
Microsoft Office Open XML PresentationML Macro-enabled Template.
|
| Otp | 10 |
OpenOffice OTP Presentation template.
|
| Ppt95 | 11 |
Microsoft PowerPoint 95 Presentation.
|
| Pot | 12 |
Microsoft PowerPoint 97-2003 Presentation Template.
|
| Unknown | 255 |
Unknown file format
|
See Also