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
| Field | Description |
|---|---|
| Aps | Saving as APS XML file. |
| Doc | means saving in DOC format |
| DocX | means saving in DOCX format |
| Eps | means saving in Encapsulated PostScript format. |
| Epub | means saving in EPUB format(special format of e-books) |
| Excel | means saving in MsExcel format |
| Html | means saving in HTML format |
| Markdown | means saving in Markdown format. |
| MobiXml | means saving in MobiXML format(special format of e-books) |
| None | Deprecated. |
| means saving without change of format, i.e. | |
| PdfXml | Internal PDF document structure in XML format |
| Pptx | means saving in MHT(WebArchieve) /// |
| Ps | means saving in PostScript format. |
| Svg | means saving in SVG format |
| TeX | means saving in TEX format i.e. |
| Xml | means saving in XML format |
| Xps | means saving in XPS format |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns 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.
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:
| Parameter | Type | Description |
|---|---|---|
| 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