java.lang.Object
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.
It is recommended to use the OPEN_IN_WORD option. The OPEN_IN_BROWSER
option does not always work as expected, probably because of some security configuration/issues
in Internet Explorer and Microsoft Word.
Field Summary |
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.
|
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.
|
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:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.