public final class WordProcessingFormats
extends com.aspose.ms.System.Enum
Indicates the format of the WordProcessing-compatible document that is to be loaded.
Modifier and Type | Field and Description |
---|---|
static byte |
Auto
Represents any of the supported (but not exactly known) WordProcessing format
|
static byte |
Doc
Microsoft Word 97 - 2007 Document
|
static byte |
Docm
Office Open XML WordprocessingML Macro-Enabled Document
|
static byte |
Docx
Office Open XML WordprocessingML Document (macro-free)
|
static byte |
Dot
Microsoft Word 97 - 2007 Template format
|
static byte |
Dotm
Office Open XML WordprocessingML Macro-Enabled Template
|
static byte |
Dotx
Office Open XML WordprocessingML Template (macro-free)
|
static byte |
FlatOpc
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package
|
static byte |
Html
HTML format
|
static byte |
Mhtml
MHTML (Web archive) format
|
static byte |
Odt
Open Document Format Text Document
|
static byte |
Ott
Open Document Format Text Document Template
|
static byte |
Rtf
Rich Text Format
|
static byte |
Text
Text Format
|
static byte |
WordML
Microsoft Word 2003 WordprocessingML format.
|
public static final byte Auto
Represents any of the supported (but not exactly known) WordProcessing format
public static final byte Doc
Microsoft Word 97 - 2007 Document
public static final byte Docm
Office Open XML WordprocessingML Macro-Enabled Document
public static final byte Docx
Office Open XML WordprocessingML Document (macro-free)
public static final byte Dot
Microsoft Word 97 - 2007 Template format
public static final byte Dotm
Office Open XML WordprocessingML Macro-Enabled Template
public static final byte Dotx
Office Open XML WordprocessingML Template (macro-free)
public static final byte FlatOpc
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package
public static final byte Html
HTML format
public static final byte Mhtml
MHTML (Web archive) format
public static final byte Odt
Open Document Format Text Document
public static final byte Ott
Open Document Format Text Document Template
public static final byte Rtf
Rich Text Format
public static final byte Text
Text Format
public static final byte WordML
Microsoft Word 2003 WordprocessingML format.