PresentationFormats
Contents
[
Hide
]
PresentationFormats class
Encapsulates all Presentation formats. Includes the following formats:
Learn more about Presentation formats here.
public class PresentationFormats : DocumentFormatBase
Properties
| Name | Description |
|---|---|
| Extension { get; } | Gets the file extension of the document format. |
| FormatFamily { get; } | Gets the format family to which the document format belongs. |
| Id { get; } | Gets the unique identifier for the format family. |
| Mime { get; } | Gets the MIME type of the document format. |
| Name { get; } | Gets the name of the format family. |
| static All { get; } | Gets an enumerable collection of all PresentationFormats. |
Methods
| Name | Description |
|---|---|
| static FromExtension(string) | Retrieves an instance of the specified type PresentationFormats that has the specified file extension. |
| Equals(FormatFamilyBase) | Determines whether this instance is equal to the specified FormatFamilyBase instance. |
| Equals(IDocumentFormat) | Determines whether this instance is equal to the specified IDocumentFormat instance. |
| override Equals(object) | Determines whether this instance is equal to the specified DocumentFormatBase instance. |
| override GetHashCode() | Returns a hash code for the current object. |
| override ToString() | Returns a string that represents the current object. |
| explicit operator | Converts a string representing a file extension to a PresentationFormats object. |
Fields
| Name | Description |
|---|---|
| static readonly Odp | OpenDocument Presentation (ODP). Learn more about this file format here. |
| static readonly Otp | OpenDocument Presentation template (OTP). Learn more about this file format here. |
| static readonly Pot | Microsoft PowerPoint 97-2003 Presentation Template (POT). Learn more about this file format here. |
| static readonly Potm | Microsoft Office Open XML PresentationML Macro-Enabled Template (POTM). Learn more about this file format here. |
| static readonly Potx | Microsoft Office Open XML PresentationML Macro-Free Template (POTX). Learn more about this file format here. |
| static readonly Pps | Microsoft PowerPoint 97-2003 SlideShow (PPS). Learn more about this file format here. |
| static readonly Ppsm | Microsoft Office Open XML PresentationML Macro-Enabled SlideShow (PPSM). Learn more about this file format here. |
| static readonly Ppsx | Microsoft Office Open XML PresentationML Macro-Free SlideShow (PPSX). Learn more about this file format here. |
| static readonly Ppt | Microsoft PowerPoint 97-2003 Presentation (PPT). Learn more about this file format here. |
| static readonly Ppt95 | Microsoft PowerPoint 95 Presentation (PPT). |
| static readonly Pptm | Microsoft Office Open XML PresentationML Macro-Enabled Document (PPTM). Learn more about this file format here. |
| static readonly Pptx | Microsoft Office Open XML PresentationML Macro-Free Document (PPTX). Learn more about this file format here. |
See Also
- class DocumentFormatBase
- namespace GroupDocs.Editor.Formats
- assembly GroupDocs.Editor