| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| com.groupdocs.editor.metadata |
The com.groupdocs.editor.metadata namespace provides classes for describing basic document properties dependent on document type.
|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static PresentationFormats |
PresentationFormats.Odp
OpenDocument Presentation (ODP).
|
static PresentationFormats |
PresentationFormats.Otp
OpenDocument Presentation template (OTP).
|
static PresentationFormats |
PresentationFormats.Pot
Microsoft PowerPoint 97-2003 Presentation Template (POT).
|
static PresentationFormats |
PresentationFormats.Potm
Microsoft Office Open XML PresentationML Macro-Enabled Template (POTM).
|
static PresentationFormats |
PresentationFormats.Potx
Microsoft Office Open XML PresentationML Macro-Free Template (POTX).
|
static PresentationFormats |
PresentationFormats.Pps
Microsoft PowerPoint 97-2003 SlideShow (PPS).
|
static PresentationFormats |
PresentationFormats.Ppsm
Microsoft Office Open XML PresentationML Macro-Enabled SlideShow (PPSM).
|
static PresentationFormats |
PresentationFormats.Ppsx
Microsoft Office Open XML PresentationML Macro-Free SlideShow (PPSX).
|
static PresentationFormats |
PresentationFormats.Ppt
Microsoft PowerPoint 97-2003 Presentation (PPT).
|
static PresentationFormats |
PresentationFormats.Ppt95
Microsoft PowerPoint 95 Presentation (PPT).
|
static PresentationFormats |
PresentationFormats.Pptm
Microsoft Office Open XML PresentationML Macro-Enabled Document (PPTM).
|
static PresentationFormats |
PresentationFormats.Pptx
Microsoft Office Open XML PresentationML Macro-Free Document (PPTX).
|
| Modifier and Type | Method and Description |
|---|---|
static PresentationFormats |
PresentationFormats.fromExtension(String extension)
Retrieves an instance of the specified type
PresentationFormats that has the specified file extension. |
static PresentationFormats |
PresentationFormats.fromString(String extension)
Converts a string representing a file extension to a
PresentationFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<PresentationFormats> |
PresentationFormats.getAll()
Gets an enumerable collection of all
PresentationFormats. |
| Modifier and Type | Method and Description |
|---|---|
PresentationFormats |
PresentationDocumentInfo.getFormat()
Returns a format of this Presentation document
|
| Modifier and Type | Method and Description |
|---|---|
PresentationFormats |
PresentationSaveOptions.getOutputFormat()
Allows to specify a Presentation format, which will be used for saving the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresentationSaveOptions.setOutputFormat(PresentationFormats value)
Allows to specify a Presentation format, which will be used for saving the document
|
| Constructor and Description |
|---|
PresentationSaveOptions(PresentationFormats outputFormat)
Creates a new instance of PresentationSaveOptions with specified
mandatory Presentation output format, while all other parameters are
default
|
Copyright © 2024. All rights reserved.