ASPOSE home

com.aspose.words
Class LoadFormat

java.lang.Object
    extended by com.aspose.words.LoadFormat

public class LoadFormat
extends java.lang.Object

Utility class containing constants. Indicates the format of the document that is to be loaded.

Field Summary
static final intFORMAT_AUTO
           Instructs Aspose.Words to recognize the format automatically.
static final intAUTO
           Instructs Aspose.Words to recognize the format automatically.
static final intFORMAT_DOCUMENT
           Microsoft Word binary .DOC format.
static final intDOC
           Microsoft Word binary .DOC format.
static final intFORMAT_UNKNOWN
           Unrecognized format, cannot be loaded by Aspose.Words.
static final intUNKNOWN
           Unrecognized format, cannot be loaded by Aspose.Words.
 

Field Detail

FORMAT_AUTO

public static final int FORMAT_AUTO
Instructs Aspose.Words to recognize the format automatically.

AUTO

public static final int AUTO
Instructs Aspose.Words to recognize the format automatically.

FORMAT_DOCUMENT

public static final int FORMAT_DOCUMENT
Microsoft Word binary .DOC format.

DOC

public static final int DOC
Microsoft Word binary .DOC format.

FORMAT_UNKNOWN

public static final int FORMAT_UNKNOWN
Unrecognized format, cannot be loaded by Aspose.Words.

UNKNOWN

public static final int UNKNOWN
Unrecognized format, cannot be loaded by Aspose.Words.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home