java.lang.Objectcom.aspose.words.ViewType
public class ViewType
Field Summary | ||
---|---|---|
static final int | NONE | |
The document shall be rendered in the default view of the application. | ||
static final int | READING | |
The document shall be rendered in the default view of the application. | ||
static final int | PAGE_LAYOUT | |
The document shall be opened in a view that displays the document as it will print. | ||
static final int | OUTLINE | |
The document shall be rendered in a view optimized for outlining or creating long documents. | ||
static final int | NORMAL | |
The document shall be rendered in a view optimized for outlining or creating long documents. | ||
static final int | WEB | |
The document shall be rendered in a view mimicking the way this document would be displayed in a web page. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
READING = 0 | |
public static final int READING |
PAGE_LAYOUT = 1 | |
public static final int PAGE_LAYOUT |
OUTLINE = 3 | |
public static final int OUTLINE |
NORMAL = 4 | |
public static final int NORMAL |
WEB = 5 | |
public static final int WEB |