SaveFormat

Inheritance: java.lang.Object, java.lang.Enum < SaveFormat > com.aspose.pdf.SaveFormat, java.lang.Enum < SaveFormat >, com.aspose.pdf.SaveFormat

All Implemented Interfaces: Serializable, Comparable < SaveFormat >

public enum SaveFormat extends Enum < SaveFormat >

Specifies format

Fields

FieldDescription
ApsSaving as APS XML file.
Docmeans saving in DOC format
DocXmeans saving in DOCX format
Epsmeans saving in Encapsulated PostScript format.
Epubmeans saving in EPUB format(special format of e-books)
Excelmeans saving in MsExcel format
Htmlmeans saving in HTML format
Markdownmeans saving in Markdown format.
MobiXmlmeans saving in MobiXML format(special format of e-books)
NoneDeprecated.
Pdfmeans saving without change of format, i.e.
PdfXmlInternal PDF document structure in XML format
Pptxmeans saving in MHT(WebArchieve) ///
Psmeans saving in PostScript format.
Svgmeans saving in SVG format
TeXmeans saving in TEX format i.e.
Xmlmeans saving in XML format
Xpsmeans saving in XPS format

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

Aps

public static final SaveFormat Aps

Saving as APS XML file.

Doc

public static final SaveFormat Doc

means saving in DOC format

DocX

public static final SaveFormat DocX

means saving in DOCX format

Eps

public static final SaveFormat Eps

means saving in Encapsulated PostScript format.

Epub

public static final SaveFormat Epub

means saving in EPUB format(special format of e-books)

Excel

public static final SaveFormat Excel

means saving in MsExcel format

Html

public static final SaveFormat Html

means saving in HTML format

Markdown

public static final SaveFormat Markdown

means saving in Markdown format.

MobiXml

public static final SaveFormat MobiXml

means saving in MobiXML format(special format of e-books)

None

@Deprecated public static final SaveFormat None

Deprecated.

Pdf

public static final SaveFormat Pdf

means saving without change of format, i.e.

PdfXml

public static final SaveFormat PdfXml

Internal PDF document structure in XML format

Pptx

public static final SaveFormat Pptx

means saving in MHT(WebArchieve) ///

Ps

public static final SaveFormat Ps

means saving in PostScript format.

Svg

public static final SaveFormat Svg

means saving in SVG format

TeX

public static final SaveFormat TeX

means saving in TEX format i.e.

Xml

public static final SaveFormat Xml

means saving in XML format

Xps

public static final SaveFormat Xps

means saving in XPS format

getByValue

public static SaveFormat getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static SaveFormat [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared