LoadFormat
LoadFormat enumeration
Indicates the format of the document that is to be loaded.
public enum LoadFormat
Values
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. |
Fodp | 13 |
Flat XML ODF Presentation. |
Unknown | 255 |
Unknown file format |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides