java.lang.Objectcom.aspose.words.LoadFormat
public class LoadFormat
Field Summary | ||
---|---|---|
static final int | AUTO | |
Instructs Aspose.Words to recognize the format automatically. | ||
static final int | DOC | |
Microsoft Word 97 - 2007 Document. | ||
static final int | DOT | |
Microsoft Word 97 - 2007 Template. | ||
static final int | DOC_PRE_WORD_60 | |
The document is in the Word 6 or Word 95 format. Aspose.Words does not currently support loading such documents. | ||
static final int | DOCX | |
Office Open XML WordprocessingML Document (macro-free). | ||
static final int | DOCM | |
Office Open XML WordprocessingML Macro-Enabled Document. | ||
static final int | DOTX | |
Office Open XML WordprocessingML Template (macro-free). | ||
static final int | DOTM | |
Office Open XML WordprocessingML Macro-Enabled Template. | ||
static final int | FLAT_OPC | |
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package. | ||
static final int | FLAT_OPC_MACRO_ENABLED | |
Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package. | ||
static final int | FLAT_OPC_TEMPLATE | |
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 | |
Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package. | ||
static final int | RTF | |
RTF format. | ||
static final int | WORD_ML | |
Microsoft Word 2003 WordprocessingML format. | ||
static final int | HTML | |
HTML format. | ||
static final int | MHTML | |
MHTML (Web archive) format. | ||
static final int | MOBI | |
MOBI is an eBook format used by the MobiPocket Reader and Amazon Kindle Readers. | ||
static final int | ODT | |
ODF Text Document. | ||
static final int | OTT | |
ODF Text Document Template. | ||
static final int | TEXT | |
Plain Text | ||
static final int | UNKNOWN | |
Unrecognized format, cannot be loaded by Aspose.Words. |
Field Detail |
---|
AUTO = 0 | |
public static final int AUTO |
DOC = 10 | |
public static final int DOC |
DOT = 11 | |
public static final int DOT |
DOC_PRE_WORD_60 = 12 | |
public static final int DOC_PRE_WORD_60 |
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 |
HTML = 50 | |
public static final int HTML |
MHTML = 51 | |
public static final int MHTML |
MOBI = 52 | |
public static final int MOBI |
ODT = 60 | |
public static final int ODT |
OTT = 61 | |
public static final int OTT |
TEXT = 62 | |
public static final int TEXT |
UNKNOWN = 255 | |
public static final int UNKNOWN |