|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DocumentViewType>
com.spire.doc.DocumentViewType
public enum DocumentViewType
Specifies view mode in Microsoft word.
Enum Constant Summary | |
---|---|
None
Specifies that the document will be rendered in the default view of the application. |
|
Normal_Layout
Document appears with a dotted line separating the pages and/or document sections. |
|
Outline_Layout
Shows the headings and subheadings in the word document. |
|
Print_Layout
Everything that will appear in the printed document appears on the screen. |
|
Web_Layout
Designed to show the word document will look as a web page. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final DocumentViewType None
public static final DocumentViewType Print_Layout
public static final DocumentViewType Outline_Layout
public static final DocumentViewType Normal_Layout
public static final DocumentViewType Web_Layout
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |