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) file represents presentation file format used by OpenOffice.org in the OASISOpen standard.
|
static PresentationFormats |
PresentationFormats.Otp
OpenDocument Presentation template (OTP) file represents presentation template files created by applications in OASIS OpenDocument standard format.
|
static PresentationFormats |
PresentationFormats.Pot
Microsoft PowerPoint 97-2003 Presentation Template (POT) file represents Microsoft PowerPoint template files created by PowerPoint 97-2003 versions.
|
static PresentationFormats |
PresentationFormats.Potm
Microsoft Office Open XML PresentationML Macro-Enabled Template (POTM) are files with support for Macros.
|
static PresentationFormats |
PresentationFormats.Potx
Microsoft Office Open XML PresentationML Macro-Free Template (POTX) file represents Microsoft PowerPoint template presentations that are created with Microsoft PowerPoint 2007 and above.
|
static PresentationFormats |
PresentationFormats.Pps
Microsoft PowerPoint 97-2003 SlideShow (PPS) files are created using Microsoft PowerPoint for Slide Show purpose.
|
static PresentationFormats |
PresentationFormats.Ppsm
Microsoft Office Open XML PresentationML Macro-Enabled SlideShow (PPSM) files are created with Microsoft PowerPoint 2007 or higher.
|
static PresentationFormats |
PresentationFormats.Ppsx
Microsoft Office Open XML PresentationML Macro-Free SlideShow (PPSX) file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose.
|
static PresentationFormats |
PresentationFormats.Ppt
PowerPoint Presentation (.ppt) represents PowerPoint file that consists of a collection of slides for displaying as SlideShow.
|
static PresentationFormats |
PresentationFormats.Ppt95
Microsoft PowerPoint 95 Presentation (PPT)
|
static PresentationFormats |
PresentationFormats.Pptm
Microsoft Office Open XML PresentationML Macro-Enabled Document (PPTM) files that are created with Microsoft PowerPoint 2007 or higher versions.
|
static PresentationFormats |
PresentationFormats.Pptx
PowerPoint Open XML Presentation (.pptx) is a presentation file created with popular Microsoft PowerPoint application.
|
Modifier and Type | Method and Description |
---|---|
PresentationFormats |
PresentationFormats.Clone()
Deprecated.
|
static PresentationFormats |
PresentationFormats.fromExtension(String extension)
Returns instance of
PresentationFormats structure, associated to
specified filename extension, or throws an exception, if extension cannot
be properly parsed |
Modifier and Type | Method and Description |
---|---|
Iterator<PresentationFormats> |
PresentationFormats.AllEnumerable.iterator()
Returns an enumerator for all supportable PresentationFormats formats
|
Modifier and Type | Method and Description |
---|---|
void |
PresentationFormats.CloneTo(PresentationFormats that)
Deprecated.
|
boolean |
PresentationFormats.equals(PresentationFormats other)
Determines whether this instance is equal to the other specified
PresentationFormats instance
|
static boolean |
PresentationFormats.equals(PresentationFormats obj1,
PresentationFormats obj2)
Deprecated.
|
static boolean |
PresentationFormats.op_Equality(PresentationFormats first,
PresentationFormats second)
Checks two given PresentationFormats instances on equality
|
static boolean |
PresentationFormats.op_Inequality(PresentationFormats first,
PresentationFormats second)
Checks two given PresentationFormats instances on inequality
|
Modifier and Type | Method and Description |
---|---|
PresentationFormats |
PresentationDocumentInfo.getFormat()
Returns a format of this Presentation document
|
Constructor and Description |
---|
PresentationDocumentInfo(PresentationFormats format,
int pageCount,
long size,
boolean isEncrypted)
Deprecated.
|
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
|