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.
|
static int |
Plugin
means saving with the aid of a plugin
|
static int |
Svg
means saving in SVG format
|
static int |
TeX
means saving in TEX format i.e.
|
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
Copyright © 2014 Aspose. All Rights Reserved.