com.aspose.slides
Class SaveFormat

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.SaveFormat

public final class SaveFormat
extends com.aspose.ms.java.Enum

Constants which define the format of a saved presentation.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Html
           Save presentation in HTML format.
static int Odp
           Save presentation in ODP format.
static int Pdf
           Save presentation in PDF format.
static int PdfNotes
           Save presentation notes view in PDF fromat.
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 Tiff
           Save presentation as multi-page TIFF image.
static int TiffNotes
           Save presentation notes view as multi-page TIFF image.
static int Xps
           Save presentation in XPS format.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ppt

public static final int Ppt

Save presentation in PPT format.

See Also:
Constant Field Values

Pps

public static final int Pps

Save presentation in PPS format.

See Also:
Constant Field Values

Pdf

public static final int Pdf

Save presentation in PDF format.

See Also:
Constant Field Values

Xps

public static final int Xps

Save presentation in XPS format.

See Also:
Constant Field Values

Pptx

public static final int Pptx

Save presentation in PPTX format.

See Also:
Constant Field Values

Ppsx

public static final int Ppsx

Save presentation in PPSX (slideshow) format.

See Also:
Constant Field Values

Tiff

public static final int Tiff

Save presentation as multi-page TIFF image.

See Also:
Constant Field Values

Odp

public static final int Odp

Save presentation in ODP format.

See Also:
Constant Field Values

Pptm

public static final int Pptm

Save presentation in PPTM (macro-enabled presentation) format.

See Also:
Constant Field Values

Ppsm

public static final int Ppsm

Save presentation in PPSM (macro-enabled slideshow) format.

See Also:
Constant Field Values

Potx

public static final int Potx

Save presentation in POTX (template) format.

See Also:
Constant Field Values

Potm

public static final int Potm

Save presentation in POTM (macro-enabled template) format.

See Also:
Constant Field Values

PdfNotes

public static final int PdfNotes

Save presentation notes view in PDF fromat.

See Also:
Constant Field Values

Html

public static final int Html

Save presentation in HTML format.

See Also:
Constant Field Values

TiffNotes

public static final int TiffNotes

Save presentation notes view as multi-page TIFF image.

See Also:
Constant Field Values