public final class SaveFormat
extends com.aspose.ms.System.Enum
Specifies format
Modifier and Type | Field and Description |
---|---|
static int |
Doc
means saving in DOC format
|
static int |
DocX
means saving in DOCX format
|
static int |
Epub
means saving in EPUB format(special format of e-books)
|
static int |
Excel
means saving in MsExcel format
|
static int |
Html
means saving in HTML format
|
static int |
MobiXml
means saving in MobiXML format(special format of e-books)
|
static int |
None
Deprecated.
|
static int |
Pdf
means saving without change of format, i.e. as PDF use it please instead of
'SaveFormat.None', that is obsolete one
|
static int |
Plugin
means saving with the aid of a plugin
|
static int |
Pptx
means saving in MHT(WebArchieve) ///
Convet document to Mht format.
|
static int |
Svg
means saving in SVG format
|
static int |
TeX
means saving in TEX format i.e. format suitable for Latex text editor
|
static int |
Xml
means saving in XML format
|
static int |
Xps
means saving in XPS format
|
public static final int Pdf
means saving without change of format, i.e. as PDF use it please instead of 'SaveFormat.None', that is obsolete one
@Deprecated public static final int None
means saving without change of format, i.e. as PDF It's obsolete one and will be deleted eventually, please use instead 'SaveFormat.Pdf'
public static final int Doc
means saving in DOC format
public static final int Xps
means saving in XPS format
public static final int Html
means saving in HTML format
public static final int Xml
means saving in XML format
public static final int TeX
means saving in TEX format i.e. format suitable for Latex text editor
public static final int DocX
means saving in DOCX format
public static final int Svg
means saving in SVG format
public static final int MobiXml
means saving in MobiXML format(special format of e-books)
public static final int Excel
means saving in MsExcel format
public static final int Epub
means saving in EPUB format(special format of e-books)
public static final int Plugin
means saving with the aid of a plugin
public static final int Pptx
means saving in MHT(WebArchieve) ///
Convet document to Mht format. This code was experimental one used during works related to https://pdf.aspose.com/jira/browse/PDFNEWNET-36340 is not going on production, cause there are cross-browsers problems with created MHT - so, it can be used in the future if finally it will be necessary to create MHT itself. PDFNEWNET-36340 was resolved with usage of DataSceme URLs(embedding data into HTML http://en.wikipedia.org/wiki/Data_URI_scheme) So, this conversion really not used right now.
means saving in PPTX format