public final class SaveFormat
extends com.aspose.ms.System.Enum
Constants which define the format of a saved presentation.
Modifier and Type | Field and Description |
---|---|
static int |
Html
Save presentation in HTML format.
|
static int |
HtmlNotes
Deprecated.
Use SaveFormat.Html with HtmlOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
static int |
Odp
Save presentation in ODP format.
|
static int |
Otp
Save presentation in OTP (presentation template) format.
|
static int |
Pdf
Save presentation in PDF format.
|
static int |
PdfNotes
Deprecated.
Use SaveFormat.Pdf with PdfOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
static int |
Potm
Save presentation in POTM (macro-enabled template) format.
|
static int |
Potx
Save presentation in POTX (template) format.
|
static int |
Pps
Save presentation in PPS format.
|
static int |
Ppsm
Save presentation in PPSM (macro-enabled slideshow) format.
|
static int |
Ppsx
Save presentation in PPSX (slideshow) format.
|
static int |
Ppt
Save presentation in PPT format.
|
static int |
Pptm
Save presentation in PPTM (macro-enabled presentation) format.
|
static int |
Pptx
Save presentation in PPTX format.
|
static int |
Swf
Save presentation in SWF format.
|
static int |
SwfNotes
Deprecated.
Use SaveFormat.Swf with SwfOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
static int |
Tiff
Save presentation as multi-page TIFF image.
|
static int |
TiffNotes
Deprecated.
Use SaveFormat.Tiff with TiffOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
static int |
Xps
Save presentation in XPS format.
|
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 Ppt
Save presentation in PPT format.
public static final int Pdf
Save presentation in PDF format.
public static final int Xps
Save presentation in XPS format.
public static final int Pptx
Save presentation in PPTX format.
public static final int Ppsx
Save presentation in PPSX (slideshow) format.
public static final int Tiff
Save presentation as multi-page TIFF image.
public static final int Odp
Save presentation in ODP format.
public static final int Pptm
Save presentation in PPTM (macro-enabled presentation) format.
public static final int Ppsm
Save presentation in PPSM (macro-enabled slideshow) format.
public static final int Potx
Save presentation in POTX (template) format.
public static final int Potm
Save presentation in POTM (macro-enabled template) format.
@Deprecated public static final int PdfNotes
Save presentation Notes Page View in PDF fromat.
public static final int Html
Save presentation in HTML format.
@Deprecated public static final int TiffNotes
Save presentation Notes Page View as multi-page TIFF image.
public static final int Swf
Save presentation in SWF format.
@Deprecated public static final int SwfNotes
Save presentation Notes Page View in SWF fromat.
public static final int Otp
Save presentation in OTP (presentation template) format.
@Deprecated public static final int HtmlNotes
Save presentation Notes Page View in HTML format.
public static final int Pps
Save presentation in PPS format.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.