ASPOSE home

com.aspose.words
Class SaveType

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

public class SaveType
extends java.lang.Object

Utility class containing constants. Enumerates different ways of presenting the document at the client browser.

Field Summary
static final intOPEN_IN_WORD
           Send the document to the browser and present an option to save the document to disk or open in an application associated with .doc extension.
static final intOPEN_IN_BROWSER
           Send the document to the browser and presents an option to save the document to disk or open inside the browser.
 

Field Detail

OPEN_IN_WORD

public static final int OPEN_IN_WORD
Send the document to the browser and present an option to save the document to disk or open in an application associated with .doc extension.

OPEN_IN_BROWSER

public static final int OPEN_IN_BROWSER
Send the document to the browser and presents an option to save the document to disk or open inside the browser.

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