public final class LoadFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Instructs Aspose.Words to recognize the format automatically.
|
static int |
AZW_3
AZW3 format.
|
static int |
CHM
CHM (Compiled HTML Help) format.
|
static int |
DOC
Microsoft Word 95 or Word 97 - 2003 Document.
|
static int |
DOC_PRE_WORD_60
The document is in pre-Word 95 format.
|
static int |
DOCM
Office Open XML WordprocessingML Macro-Enabled Document.
|
static int |
DOCX
Office Open XML WordprocessingML Document (macro-free).
|
static int |
DOT
Microsoft Word 95 or Word 97 - 2003 Template.
|
static int |
DOTM
Office Open XML WordprocessingML Macro-Enabled Template.
|
static int |
DOTX
Office Open XML WordprocessingML Template (macro-free).
|
static int |
EPUB
EPUB format.
|
static int |
FLAT_OPC
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package.
|
static int |
FLAT_OPC_MACRO_ENABLED
Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package.
|
static int |
FLAT_OPC_TEMPLATE
Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package.
|
static int |
FLAT_OPC_TEMPLATE_MACRO_ENABLED
Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package.
|
static int |
HTML
HTML format.
|
static int |
length |
static int |
MARKDOWN
Markdown text document.
|
static int |
MHTML
MHTML (Web archive) format.
|
static int |
MOBI
MOBI format.
|
static int |
ODT
ODF Text Document.
|
static int |
OTT
ODF Text Document Template.
|
static int |
PDF
Pdf document.
|
static int |
RTF
RTF format.
|
static int |
TEXT
Plain Text.
|
static int |
UNKNOWN
Unrecognized format, cannot be loaded by Aspose.Words.
|
static int |
WORD_ML
Microsoft Word 2003 WordprocessingML format.
|
static int |
XML
XML document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String loadFormatName) |
static java.lang.String |
getName(int loadFormat) |
static int[] |
getValues() |
static java.lang.String |
toString(int loadFormat) |
public static final int AUTO
public static final int DOC
public static final int DOT
public static final int DOC_PRE_WORD_60
public static final int DOCX
public static final int DOCM
public static final int DOTX
public static final int DOTM
public static final int FLAT_OPC
public static final int FLAT_OPC_MACRO_ENABLED
public static final int FLAT_OPC_TEMPLATE
public static final int FLAT_OPC_TEMPLATE_MACRO_ENABLED
public static final int RTF
public static final int WORD_ML
public static final int HTML
public static final int MHTML
public static final int MOBI
public static final int CHM
public static final int AZW_3
public static final int EPUB
public static final int ODT
public static final int OTT
public static final int TEXT
public static final int MARKDOWN
public static final int PDF
public static final int XML
public static final int UNKNOWN
public static final int length