public final class PresentationFileType extends FileType implements Serializable
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.
Modifier and Type | Field and Description |
---|---|
static PresentationFileType |
Fodp
Files with FODP extension represent OpenDocument Flat XML Presentation.
|
static PresentationFileType |
Odp
Files with ODP extension represent presentation file format used by OpenOffice.org in the OASISOpen standard.
|
static PresentationFileType |
Otp
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format.
|
static PresentationFileType |
Pot
Files with .POT extension represent Microsoft PowerPoint template files created by PowerPoint 97-2003 versions.
|
static PresentationFileType |
Potm
Files with POTM extension are Microsoft PowerPoint template files with support for Macros.
|
static PresentationFileType |
Potx
Files with .POTX extension represent Microsoft PowerPoint template presentations that are created with Microsoft PowerPoint 2007 and above.
|
static PresentationFileType |
Pps
PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose.
|
static PresentationFileType |
Ppsm
Files with PPSM extension represent Macro-enabled Slide Show file format created with Microsoft PowerPoint 2007 or higher.
|
static PresentationFileType |
Ppsx
PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose.
|
static PresentationFileType |
Ppt
A file with PPT extension represents PowerPoint file that consists of a collection of slides for displaying as SlideShow.
|
static PresentationFileType |
Pptm
Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions.
|
static PresentationFileType |
Pptx
Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application.
|
Constructor and Description |
---|
PresentationFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final PresentationFileType Ppt
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 static final PresentationFileType Pps
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 static final PresentationFileType Pptx
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.
public static final PresentationFileType Ppsx
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 static final PresentationFileType Odp
Files with ODP extension represent presentation file format used by OpenOffice.org in the OASISOpen standard. Learn more about this file format here.
public static final PresentationFileType Otp
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format. Learn more about this file format here.
public static final PresentationFileType Potx
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 static final PresentationFileType Pot
Files with .POT extension represent Microsoft PowerPoint template files created by PowerPoint 97-2003 versions. Learn more about this file format here.
public static final PresentationFileType Potm
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 static final PresentationFileType Pptm
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 static final PresentationFileType Ppsm
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 static final PresentationFileType Fodp
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static FileType[] getExcludedTargetTypes()