Package | Description |
---|---|
com.groupdocs.editor.formats | |
com.groupdocs.editor.metadata | |
com.groupdocs.editor.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 |
---|---|
PresentationFormats |
PresentationFormats.Clone() |
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 |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PresentationFormats> |
PresentationFormats.AllEnumerable.iterator()
Returns an enumerator for all supportable PresentationFormats formats
|
Modifier and Type | Method and Description |
---|---|
void |
PresentationFormats.CloneTo(PresentationFormats that) |
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) |
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) |
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 © 2020. All rights reserved.