public class PresentationFormats
extends com.groupdocs.editor.formats.abstraction.DocumentFormatBase
| Modifier and Type | Field and Description |
|---|---|
static PresentationFormats |
Odp
OpenDocument Presentation (ODP).
|
static PresentationFormats |
Otp
OpenDocument Presentation template (OTP).
|
static PresentationFormats |
Pot
Microsoft PowerPoint 97-2003 Presentation Template (POT).
|
static PresentationFormats |
Potm
Microsoft Office Open XML PresentationML Macro-Enabled Template (POTM).
|
static PresentationFormats |
Potx
Microsoft Office Open XML PresentationML Macro-Free Template (POTX).
|
static PresentationFormats |
Pps
Microsoft PowerPoint 97-2003 SlideShow (PPS).
|
static PresentationFormats |
Ppsm
Microsoft Office Open XML PresentationML Macro-Enabled SlideShow (PPSM).
|
static PresentationFormats |
Ppsx
Microsoft Office Open XML PresentationML Macro-Free SlideShow (PPSX).
|
static PresentationFormats |
Ppt
Microsoft PowerPoint 97-2003 Presentation (PPT).
|
static PresentationFormats |
Ppt95
Microsoft PowerPoint 95 Presentation (PPT).
|
static PresentationFormats |
Pptm
Microsoft Office Open XML PresentationML Macro-Enabled Document (PPTM).
|
static PresentationFormats |
Pptx
Microsoft Office Open XML PresentationML Macro-Free Document (PPTX).
|
| Modifier and Type | Method and Description |
|---|---|
static PresentationFormats |
fromExtension(String extension)
Retrieves an instance of the specified type
PresentationFormats that has the specified file extension. |
static PresentationFormats |
fromString(String extension)
Converts a string representing a file extension to a
PresentationFormats object. |
static List<PresentationFormats> |
getAll()
Gets an enumerable collection of all
PresentationFormats. |
equals, equals, fromExtension, fromMime, getExtension, getFormatFamily, getMime, hashCode, toStringareEqual, areNotEqual, equals, equalsName, fromId, fromName, fromName, fromValue, getAll, getId, getName, notEqualsName, toInt, toString, toStringpublic static final PresentationFormats Odp
OpenDocument Presentation (ODP).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/odp">here</a>.
public static final PresentationFormats Otp
OpenDocument Presentation template (OTP).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/otp">here</a>.
public static final PresentationFormats Pot
Microsoft PowerPoint 97-2003 Presentation Template (POT).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/pot">here</a>.
public static final PresentationFormats Potm
Microsoft Office Open XML PresentationML Macro-Enabled Template (POTM).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/potm">here</a>.
public static final PresentationFormats Potx
Microsoft Office Open XML PresentationML Macro-Free Template (POTX).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/potx">here</a>.
public static final PresentationFormats Pps
Microsoft PowerPoint 97-2003 SlideShow (PPS).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/pps">here</a>.
public static final PresentationFormats Ppsm
Microsoft Office Open XML PresentationML Macro-Enabled SlideShow (PPSM).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/ppsm">here</a>.
public static final PresentationFormats Ppsx
Microsoft Office Open XML PresentationML Macro-Free SlideShow (PPSX).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/ppsx">here</a>.
public static final PresentationFormats Ppt
Microsoft PowerPoint 97-2003 Presentation (PPT).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/ppt">here</a>.
public static final PresentationFormats Ppt95
Microsoft PowerPoint 95 Presentation (PPT).
public static final PresentationFormats Pptm
Microsoft Office Open XML PresentationML Macro-Enabled Document (PPTM).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/pptm">here</a>.
public static final PresentationFormats Pptx
Microsoft Office Open XML PresentationML Macro-Free Document (PPTX).
Learn more about this file format <a href="https://wiki.fileformat.com/presentation/pptx">here</a>.
public static PresentationFormats fromExtension(String extension)
Retrieves an instance of the specified type PresentationFormats that has the specified file extension.
extension - The file extension of the document format.PresentationFormats with the specified file extension.IllegalArgumentException - Thrown when no matching document format is found.public static PresentationFormats fromString(String extension)
Converts a string representing a file extension to a PresentationFormats object.
extension - The file extension to convert. If the extension contains multiple periods, the part after the last period is used.PresentationFormats object corresponding to the specified file extension.PresentationFormats - Thrown when the specified file extension is null.public static List<PresentationFormats> getAll()
Gets an enumerable collection of all PresentationFormats.
IEnumerable{PresentationFormats} containing all instances of PresentationFormats.Copyright © 2024. All rights reserved.