PresentationFileType Class
Defines Presentation file formats that store collection of records to accommodate presentation data such as slides, shapes, text, animations, video, audio and embedded objects. Includes the following file types: Odp, Otp, Pot, Potm, Potx, Pps, Ppsm, Ppsx, Ppt, Pptm, Pptx. Learn more about Presentation formats here.
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsEnumeration
    GroupDocs.Conversion.FileTypesFileType
      GroupDocs.Conversion.FileTypesPresentationFileType

Namespace: GroupDocs.Conversion.FileTypes
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
[SerializableAttribute]
public sealed class PresentationFileType : FileType

The PresentationFileType type exposes the following members.

Constructors
  NameDescription
Public methodPresentationFileType
Serialization constructor
Properties
  NameDescription
Public propertyDescription
File type description
(Inherited from FileType.)
Public propertyExtension
The file extension
(Inherited from FileType.)
Public propertyFamily
The file family
(Inherited from FileType.)
Public propertyFileFormat
The file format
(Inherited from FileType.)
Methods
  NameDescription
Public methodCompareTo
Compares current object to other.
(Inherited from Enumeration.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodEquals(Enumeration)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Enumeration.)
Public methodGetType (Inherited from Object.)
Public methodToString
String representation
(Inherited from FileType.)
Fields
  NameDescription
Public fieldStatic memberFodp
Files with FODP extension represent OpenDocument Flat XML Presentation. Presentation file saved in the OpenDocument format, but saved using a flat XML format instead of the .ZIP container used by standard .ODP files
Public fieldStatic memberOdp
Files with ODP extension represent presentation file format used by OpenOffice.org in the OASISOpen standard. Learn more about this file format here.
Public fieldStatic memberOtp
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format. Learn more about this file format here.
Public fieldStatic memberPot
Files with .POT extension represent Microsoft PowerPoint template files created by PowerPoint 97-2003 versions. Learn more about this file format here.
Public fieldStatic memberPotm
Files with POTM extension are Microsoft PowerPoint template files with support for Macros. POTM files are created with PowerPoint 2007 or above and contains default settings that can be used to create further presentation files. Learn more about this file format here.
Public fieldStatic memberPotx
Files with .POTX extension represent Microsoft PowerPoint template presentations that are created with Microsoft PowerPoint 2007 and above. Learn more about this file format here.
Public fieldStatic memberPps
PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose. PPS file reading and creation is supported by Microsoft PowerPoint 97-2003. Learn more about this file format here.
Public fieldStatic memberPpsm
Files with PPSM extension represent Macro-enabled Slide Show file format created with Microsoft PowerPoint 2007 or higher. Learn more about this file format here.
Public fieldStatic memberPpsx
PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose. Learn more about this file format here.
Public fieldStatic memberPpt
A file with PPT extension represents PowerPoint file that consists of a collection of slides for displaying as SlideShow. It specifies the Binary File Format used by Microsoft PowerPoint 97-2003. Learn more about this file format here.
Public fieldStatic memberPptm
Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions. Learn more about this file format here.
Public fieldStatic memberPptx
Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application. Unlike the previous version of presentation file format PPT which was binary, the PPTX format is based on the Microsoft PowerPoint open XML presentation file format. Learn more about this file format here.
See Also