|
ASPOSE home |
java.lang.Objectcom.aspose.words.SaveType
public class SaveType
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. |
Field Detail |
---|
OPEN_IN_WORD | |
public static final int OPEN_IN_WORD |
OPEN_IN_BROWSER | |
public static final int OPEN_IN_BROWSER |
|
ASPOSE home |