SourceFormat

Overview

SourceFormat is a enum in Aspose.Slides FOSS for Python.

Represents source file format.

This enumeration defines 3 values: PPT, PPTX, ODP.

Values

ValueDescription
PPTRepresents the legacy PowerPoint .ppt file format
PPTXRepresents the PowerPoint .pptx file format
ODPRepresents the OpenDocument Presentation .odp file format

See Also