public final class PresentationFormat
extends com.aspose.ms.System.Enum
Defines various presentation subformats.
Modifier and Type | Field and Description |
---|---|
static int |
Potm
Represents the .POTM Power-Point format.
|
static int |
Potx
Represents the .POTX Power-Point format.
|
static int |
Pps
Represents the .PPS Power-Point format.
|
static int |
Ppsm
Represents the .PPSM Power-Point format.
|
static int |
Ppsx
Represents the .PPSX Power-Point format.
|
static int |
Ppt
Represents the .PPT Power-Point format.
|
static int |
Pptm
Represents the .PPTM Power-Point format.
|
static int |
Pptx
Represents the .PPTX Power-Point 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 Power-Point format.
public static final int Pptx
Represents the .PPTX Power-Point format.
public static final int Potm
Represents the .POTM Power-Point format.
public static final int Potx
Represents the .POTX Power-Point format.
public static final int Pptm
Represents the .PPTM Power-Point format.
public static final int Pps
Represents the .PPS Power-Point format.
public static final int Ppsx
Represents the .PPSX Power-Point format.
public static final int Ppsm
Represents the .PPSM Power-Point format.
Copyright © 2020. All rights reserved.