Specifies the type of file format.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Public Enumeration FileFormat
public enum class FileFormat
Members
|
|
Member name
|
Value
|
Description
|
|
|
Auto
|
0
|
Auto:Automatically choose the format based on the file name.
|
|
|
PPT
|
1
|
PPT format.
|
|
|
Pptx2007
|
2
|
2007 version pptx.
|
|
|
Pptx2010
|
3
|
2010 version pptx.
|
|
|
Pptx2013
|
4
|
2013 version pptx.
|
|
|
Pptx2016
|
5
|
2016 version pptx.
|
|
|
Pptx2019
|
6
|
2019 version pptx.
|
|
|
Pptm
|
7
|
A presentation with macros enabled.
|
|
|
Ppsx2007
|
8
|
2007 version ppsx.
|
|
|
Ppsx2010
|
9
|
2010 version ppsx
|
|
|
Ppsx2013
|
10
|
2013 version ppsx
|
|
|
Ppsx2016
|
11
|
2016 version ppsx
|
|
|
Ppsx2019
|
12
|
2019 version ppsx
|
|
|
PPS
|
13
|
97-2003 version pps
|
|
|
ODP
|
14
|
ODP file.
|
|
|
UOP
|
15
|
Uop file
|
|
|
Html
|
16
|
Html file.
|
|
|
Tiff
|
17
|
Tiff file.
|
|
|
XPS
|
18
|
XPS file.
|
|
|
PCL
|
19
|
PCL file
|
|
|
PS
|
20
|
PS file.
|
|
|
OFD
|
21
|
OFD file.
|
|
|
PDF
|
22
|
PDF file.
|
|
|
Potx
|
23
|
Potx file.
|
|
|
Dps
|
24
|
Represents WPS file.
|
|
|
Dpt
|
25
|
Represents WPS file.
|
|
|
Bin
|
26
|
Bin for cloud.
|
|
|
Markdown
|
27
|
Markdown format.
|
|
|
Potm
|
28
|
Potm format.
|
See Also