|
ASPOSE home | ||||||||
java.lang.Object
com.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 or higher binary .DOC format. | ||
static final int | UNKNOWN | |
| Unrecognized format, cannot be loaded by Aspose.Words. | ||
static final int | FORMAT_AUTO | |
|
Instructs Aspose.Words to recognize the format automatically.
Deprecated. Use |
||
static final int | FORMAT_DOCUMENT | |
|
Microsoft Word 97 or higher binary .DOC format.
Deprecated. Use |
||
static final int | FORMAT_UNKNOWN | |
|
Unrecognized format, cannot be loaded by Aspose.Words.
Deprecated. Use |
||
| Field Detail |
|---|
AUTO | |
public static final int AUTO | |
DOC | |
public static final int DOC | |
UNKNOWN | |
public static final int UNKNOWN | |
FORMAT_AUTO | |
public static final int FORMAT_AUTO | |
FORMAT_DOCUMENT | |
public static final int FORMAT_DOCUMENT | |
FORMAT_UNKNOWN | |
public static final int FORMAT_UNKNOWN | |
|
ASPOSE home | ||||||||