ASPOSE home

com.aspose.words
Class SaveFormat

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

public class SaveFormat
extends java.lang.Object

Utility class containing constants. Indicates the format in which the document is saved.

Field Summary
static final intNONE
           Default, invalid value for file format.
static final intDOC
           Saves the document in Microsoft Word binary DOC format.
static final intFORMAT_DOCUMENT
           Saves the document in Microsoft Word binary DOC format. Deprecated. Use DOC instead.
static final intTEXT
           Saves the document in Microsoft Word binary DOC format.
static final intFORMAT_TEXT
           Saves the document in plain text format. Uses UTF8 encoding. Deprecated. Use TEXT instead.
 

Field Detail

NONE

public static final int NONE
Default, invalid value for file format.

DOC

public static final int DOC
Saves the document in Microsoft Word binary DOC format.

FORMAT_DOCUMENT

public static final int FORMAT_DOCUMENT
Saves the document in Microsoft Word binary DOC format. Deprecated. Use DOC instead.

TEXT

public static final int TEXT
Saves the document in Microsoft Word binary DOC format.

FORMAT_TEXT

public static final int FORMAT_TEXT
Saves the document in plain text format. Uses UTF8 encoding. Deprecated. Use TEXT 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