public final class PresentationFormat
extends com.aspose.ms.System.Enum
Defines various presentation subformats.
Modifier and Type | Field and Description |
---|---|
static int |
Pot
Represents the .POT PowerPoint format.
|
static int |
Potm
Represents the .POTM PowerPoint format.
|
static int |
Potx
Represents the .POTX PowerPoint format.
|
static int |
Pps
Represents the .PPS PowerPoint format.
|
static int |
Ppsm
Represents the .PPSM PowerPoint format.
|
static int |
Ppsx
Represents the .PPSX PowerPoint format.
|
static int |
Ppt
Represents the .PPT PowerPoint format.
|
static int |
Pptm
Represents the .PPTM PowerPoint format.
|
static int |
Pptx
Represents the .PPTX PowerPoint format.
|
static int |
Unknown
The format is not recognized.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
The format is not recognized.
public static final int Ppt
Represents the .PPT PowerPoint format.
public static final int Pptx
Represents the .PPTX PowerPoint format.
public static final int Potm
Represents the .POTM PowerPoint format.
public static final int Potx
Represents the .POTX PowerPoint format.
public static final int Pptm
Represents the .PPTM PowerPoint format.
public static final int Pps
Represents the .PPS PowerPoint format.
public static final int Ppsx
Represents the .PPSX PowerPoint format.
public static final int Ppsm
Represents the .PPSM PowerPoint format.
public static final int Pot
Represents the .POT PowerPoint format.
Copyright © 2020. All rights reserved.