LoadFormat

LoadFormat enumeration

Indicates the format of the document that is to be loaded.

public enum LoadFormat

Values

NameValueDescription
Auto0Instructs Aspose.Slides to recognize the format automatically.
Ppt1Microsoft PowerPoint 97-2003 Presentation.
Pps2Microsoft PowerPoint 97-2003 SlideShow.
Pptx3Microsoft Office Open XML PresentationML Document.
Ppsx4Microsoft Office Open XML PresentationML SlideShow.
Odp5OpenOffice ODF Presentation.
Potx6Microsoft Office Open XML PresentationML Template.
Pptm7Microsoft Office Open XML PresentationML Macro-enabled Document.
Ppsm8Microsoft Office Open XML PresentationML Macro-enabled SlideShow.
Potm9Microsoft Office Open XML PresentationML Macro-enabled Template.
Otp10OpenOffice OTP Presentation template.
Ppt9511Microsoft PowerPoint 95 Presentation.
Pot12Microsoft PowerPoint 97-2003 Presentation Template.
Fodp13Flat XML ODF Presentation.
Unknown255Unknown file format

See Also