public final class ViewType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
NONE
The document shall be rendered in the default view of the application.
|
static int |
NORMAL
The document shall be rendered in a view optimized for outlining or creating long documents.
|
static int |
OUTLINE
The document shall be rendered in a view optimized for outlining or creating long documents.
|
static int |
PAGE_LAYOUT
The document shall be opened in a view that displays the document as it will print.
|
static int |
READING
The document shall be rendered in the default view of the application.
|
static int |
WEB
The document shall be rendered in a view mimicking the way this document would be displayed in a web page.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String viewTypeName) |
static java.lang.String |
getName(int viewType) |
static int[] |
getValues() |
static java.lang.String |
toString(int viewType) |
public static final int NONE
public static final int READING
public static final int PAGE_LAYOUT
public static final int OUTLINE
public static final int NORMAL
public static final int WEB
public static final int length