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 intAUTO
           Instructs Aspose.Words to recognize the format automatically.
static final intDOC
           Microsoft Word 97 or higher binary .DOC format.
static final intUNKNOWN
           Unrecognized format, cannot be loaded by Aspose.Words.
static final intFORMAT_AUTO
           Instructs Aspose.Words to recognize the format automatically. Deprecated. Use AUTO instead.
static final intFORMAT_DOCUMENT
           Microsoft Word 97 or higher binary .DOC format. Deprecated. Use DOC instead.
static final intFORMAT_UNKNOWN
           Unrecognized format, cannot be loaded by Aspose.Words. Deprecated. Use UNKNOWN instead.
 

Field Detail

AUTO

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

DOC

public static final int DOC
Microsoft Word 97 or higher binary .DOC format.

UNKNOWN

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

FORMAT_AUTO

public static final int FORMAT_AUTO
Instructs Aspose.Words to recognize the format automatically. Deprecated. Use AUTO instead.

FORMAT_DOCUMENT

public static final int FORMAT_DOCUMENT
Microsoft Word 97 or higher binary .DOC format. Deprecated. Use DOC instead.

FORMAT_UNKNOWN

public static final int FORMAT_UNKNOWN
Unrecognized format, cannot be loaded by Aspose.Words. Deprecated. Use UNKNOWN instead.

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