public class PresentationFormats extends com.aspose.ms.lang.Struct<PresentationFormats> implements IDocumentFormat
Encapsulates all Presentation formats
Modifier and Type | Class and Description |
---|---|
static class |
PresentationFormats.AllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach'
possibility for the PresentationFormats type
|
Modifier and Type | Field and Description |
---|---|
static PresentationFormats.AllEnumerable |
All
Returns an internal class, that provides enumerable possibilities over
all existing Presentation formats
|
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)
|
Constructor and Description |
---|
PresentationFormats() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
PresentationFormats |
Clone() |
void |
CloneTo(PresentationFormats that) |
boolean |
equals(IDocumentFormat other)
Determines whether this instance is equal to the other specified
IDocumentFormat instance
|
boolean |
equals(Object obj)
Determines whether this instance is equal to the other specified object,
that is presumably of boxed PresentationFormats
|
boolean |
equals(PresentationFormats other)
Determines whether this instance is equal to the other specified
PresentationFormats instance
|
static boolean |
equals(PresentationFormats obj1,
PresentationFormats obj2) |
static PresentationFormats |
fromExtension(String extension)
Returns instance of
PresentationFormats structure, associated to
specified filename extension, or throws an exception, if extension cannot
be properly parsed |
String |
getExtension()
Returns an extension (without leading dot character) of this Presentation
format in lower case
|
String |
getName()
Returns a formal full name of this Presentation format
|
int |
hashCode()
Returns a hash-code, that is immutable for this instance
|
static boolean |
op_Equality(PresentationFormats first,
PresentationFormats second)
Checks two given PresentationFormats instances on equality
|
static boolean |
op_Inequality(PresentationFormats first,
PresentationFormats second)
Checks two given PresentationFormats instances on inequality
|
public static final PresentationFormats.AllEnumerable All
Returns an internal class, that provides enumerable possibilities over all existing Presentation formats
public static final PresentationFormats Odp
OpenDocument Presentation (ODP)
public static final PresentationFormats Otp
OpenDocument Presentation template (OTP)
public static final PresentationFormats Pot
Microsoft PowerPoint 97-2003 Presentation Template (POT)
public static final PresentationFormats Potm
Microsoft Office Open XML PresentationML Macro-Enabled Template (POTM)
public static final PresentationFormats Potx
Microsoft Office Open XML PresentationML Macro-Free Template (POTX)
public static final PresentationFormats Pps
Microsoft PowerPoint 97-2003 SlideShow (PPS)
public static final PresentationFormats Ppsm
Microsoft Office Open XML PresentationML Macro-Enabled SlideShow (PPSM)
public static final PresentationFormats Ppsx
Microsoft Office Open XML PresentationML Macro-Free SlideShow (PPSX)
public static final PresentationFormats Ppt
Microsoft PowerPoint 97-2003 Presentation (PPT)
public static final PresentationFormats Ppt95
Microsoft PowerPoint 95 Presentation (PPT)
public static final PresentationFormats Pptm
Microsoft Office Open XML PresentationML Macro-Enabled Document (PPTM)
public static final PresentationFormats Pptx
Microsoft Office Open XML PresentationML Macro-Free Document (PPTX)
public PresentationFormats Clone()
Clone
in class com.aspose.ms.System.ValueType<PresentationFormats>
public void CloneTo(PresentationFormats that)
CloneTo
in class com.aspose.ms.System.ValueType<PresentationFormats>
public final boolean equals(IDocumentFormat other)
Determines whether this instance is equal to the other specified IDocumentFormat instance
other
- Other IDocumentFormat instance. If it is not a
PresentationFormats, method will return 'false'public boolean equals(Object obj)
Determines whether this instance is equal to the other specified object, that is presumably of boxed PresentationFormats
equals
in interface com.aspose.ms.System.IEquatable<IDocumentFormat>
equals
in class Object
obj
- Other boxed PresentationFormats instancepublic final boolean equals(PresentationFormats other)
Determines whether this instance is equal to the other specified PresentationFormats instance
other
- Other PresentationFormats instance, that should be checked
on equality with thispublic static boolean equals(PresentationFormats obj1, PresentationFormats obj2)
public static PresentationFormats fromExtension(String extension)
Returns instance of PresentationFormats
structure, associated to
specified filename extension, or throws an exception, if extension cannot
be properly parsed
extension
- Filename extension of any supportable Presentation
format, with or without leading dot character, case-independent. Cannot
be NULL or empty, should be valid.PresentationFormats
structure on success or
thrown exception on failurepublic final String getExtension()
Returns an extension (without leading dot character) of this Presentation format in lower case
getExtension
in interface IDocumentFormat
public final String getName()
Returns a formal full name of this Presentation format
getName
in interface IDocumentFormat
public int hashCode()
Returns a hash-code, that is immutable for this instance
public static boolean op_Equality(PresentationFormats first, PresentationFormats second)
Checks two given PresentationFormats instances on equality
first
- First PresentationFormats instance to checksecond
- Second PresentationFormats instance to checkpublic static boolean op_Inequality(PresentationFormats first, PresentationFormats second)
Checks two given PresentationFormats instances on inequality
first
- First PresentationFormats instance to checksecond
- Second PresentationFormats instance to checkCopyright © 2020. All rights reserved.