Enum ConvertFormat
- Namespace
- Slidize
- Assembly
- Slidize.Plugins.dll
Specifies the format of a converted presentation.
public enum ConvertFormat
Fields
Fodp = 11
Convert presentation to FODP format.
Odp = 9
Convert presentation to ODP format.
Otp = 10
Convert presentation to OTP (presentation template) format.
Pot = 6
Convert presentation to POT format.
Potm = 8
Convert presentation to POTM (macro-enabled template) format.
Potx = 7
Convert presentation to POTX (template) format.
Pps = 3
Convert presentation to PPS format.
Ppsm = 5
Convert presentation to PPSM (macro-enabled slideshow) format.
Ppsx = 4
Convert presentation to PPSX (slideshow) format.
Ppt = 0
Convert presentation to PPT format.
Pptm = 2
Convert presentation to PPTM (macro-enabled presentation) format.
Pptx = 1
Convert presentation to PPTX format.
Xml = 12
Convert presentation to PowerPoint XML Presentation format.