Click or drag to resize

LoadFormat Enumeration

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)
Syntax
public enum LoadFormat
Members
  Member nameValueDescription
Auto0 Instructs Aspose.Slides to recognize the format automatically.
Ppt1 Microsoft PowerPoint 97-2003 Presentation.
Pps2 Microsoft PowerPoint 97-2003 SlideShow.
Pptx3 Microsoft Office Open XML PresentationML Document.
Ppsx4 Microsoft Office Open XML PresentationML SlideShow.
Odp5 OpenOffice ODF Presentation.
Potx6 Microsoft Office Open XML PresentationML Template.
Pptm7 Microsoft Office Open XML PresentationML Macro-enabled Document.
Ppsm8 Microsoft Office Open XML PresentationML Macro-enabled SlideShow.
Potm9 Microsoft Office Open XML PresentationML Macro-enabled Template.
Otp10 OpenOffice OTP Presentation template.
Ppt9511 Microsoft PowerPoint 95 Presentation.
Pot12 Microsoft PowerPoint 97-2003 Presentation Template.
Unknown255 Unknown file format
See Also