java.lang.Objectcom.aspose.words.SaveFormat
public class SaveFormat
Field Summary | ||
---|---|---|
static final int | UNKNOWN | |
Default, invalid value for file format. | ||
static final int | DOC | |
Saves the document in the Microsoft Word 97 - 2007 Document format. | ||
static final int | DOT | |
Saves the document in the Microsoft Word 97 - 2007 Template format. | ||
static final int | DOCX | |
Saves the document as an Office Open XML WordprocessingML Document (macro-free). | ||
static final int | DOCM | |
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document. | ||
static final int | DOTX | |
Saves the document as an Office Open XML WordprocessingML Template (macro-free). | ||
static final int | DOTM | |
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template. | ||
static final int | FLAT_OPC | |
Saves the document as an Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package. | ||
static final int | FLAT_OPC_MACRO_ENABLED | |
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package. | ||
static final int | FLAT_OPC_TEMPLATE | |
Saves the document as an Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package. | ||
static final int | FLAT_OPC_TEMPLATE_MACRO_ENABLED | |
Saves the document as an Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package. | ||
static final int | RTF | |
Saves the document in the RTF format. All characters above 7-bits are escaped as hexadecimal or Unicode characters. | ||
static final int | WORD_ML | |
Saves the document in the Microsoft Word 2003 WordprocessingML format. | ||
static final int | PDF | |
Saves the document as PDF (Adobe Portable Document) format. | ||
static final int | XPS | |
Saves the document in the XPS (XML Paper Specification) format. | ||
static final int | XAML_FIXED | |
Saves the document in the Extensible Application Markup Language (XAML) format as a fixed document. | ||
static final int | SWF | |
Saves the document in the SWF (Adobe Flash Player) format. | ||
static final int | SVG | |
Saves the document in the Svg (Scalable Vector Graphics) format. | ||
static final int | HTML_FIXED | |
Saves the document in the HTML format using absolutely positioned elements | ||
static final int | OPEN_XPS | |
Saves the document in the OpenXPS (Ecma-388) format. | ||
static final int | PS | |
Saves the document in the PS (PostScript) format. | ||
static final int | PCL | |
Saves the document in the PCL (Printer Control Language) format. | ||
static final int | HTML | |
Saves the document in the HTML format. | ||
static final int | MHTML | |
Saves the document in the MHTML (Web archive) format. | ||
static final int | EPUB | |
Saves the document in the IDPF EPUB format. | ||
static final int | ODT | |
Saves the document as an ODF Text Document. | ||
static final int | OTT | |
Saves the document as an ODF Text Document Template. | ||
static final int | TEXT | |
Saves the document in the plain text format. | ||
static final int | XAML_FLOW | |
Beta. Saves the document in the Extensible Application Markup Language (XAML) format as a flow document. | ||
static final int | XAML_FLOW_PACK | |
Beta. Saves the document in the Extensible Application Markup Language (XAML) package format as a flow document. | ||
static final int | TIFF | |
Renders a page or pages of the document and saves them into a single or multipage TIFF file. | ||
static final int | PNG | |
Renders a page of the document and saves it as a PNG file. | ||
static final int | BMP | |
Renders a page of the document and saves it as a BMP file. | ||
static final int | EMF | |
Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file. | ||
static final int | JPEG | |
Renders a page of the document and saves it as a JPEG file. | ||
static final int | GIF | |
Renders a page of the document and saves it as a GIF file. |
Field Detail |
---|
UNKNOWN = 0 | |
public static final int UNKNOWN |
DOC = 10 | |
public static final int DOC |
DOT = 11 | |
public static final int DOT |
DOCX = 20 | |
public static final int DOCX |
DOCM = 21 | |
public static final int DOCM |
DOTX = 22 | |
public static final int DOTX |
DOTM = 23 | |
public static final int DOTM |
FLAT_OPC = 24 | |
public static final int FLAT_OPC |
FLAT_OPC_MACRO_ENABLED = 25 | |
public static final int FLAT_OPC_MACRO_ENABLED |
FLAT_OPC_TEMPLATE = 26 | |
public static final int FLAT_OPC_TEMPLATE |
FLAT_OPC_TEMPLATE_MACRO_ENABLED = 27 | |
public static final int FLAT_OPC_TEMPLATE_MACRO_ENABLED |
RTF = 30 | |
public static final int RTF |
WORD_ML = 31 | |
public static final int WORD_ML |
PDF = 40 | |
public static final int PDF |
XPS = 41 | |
public static final int XPS |
XAML_FIXED = 42 | |
public static final int XAML_FIXED |
SWF = 43 | |
public static final int SWF |
SVG = 44 | |
public static final int SVG |
HTML_FIXED = 45 | |
public static final int HTML_FIXED |
OPEN_XPS = 46 | |
public static final int OPEN_XPS |
PS = 47 | |
public static final int PS |
PCL = 48 | |
public static final int PCL |
HTML = 50 | |
public static final int HTML |
MHTML = 51 | |
public static final int MHTML |
EPUB = 52 | |
public static final int EPUB |
ODT = 60 | |
public static final int ODT |
OTT = 61 | |
public static final int OTT |
TEXT = 70 | |
public static final int TEXT |
XAML_FLOW = 71 | |
public static final int XAML_FLOW |
XAML_FLOW_PACK = 72 | |
public static final int XAML_FLOW_PACK |
TIFF = 100 | |
public static final int TIFF |
PNG = 101 | |
public static final int PNG |
BMP = 102 | |
public static final int BMP |
EMF = 103 | |
public static final int EMF |
JPEG = 104 | |
public static final int JPEG |
GIF = 105 | |
public static final int GIF |