documentviewtype-ag凯发旗舰厅
com.spire.doc
enum documentviewtype
java.lang.object
java.lang.enum<documentviewtype>
com.spire.doc.documentviewtype
- all implemented interfaces:
- java.lang.comparable<documentviewtype>
public enum documentviewtype
- extends java.lang.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. |
none
public static final documentviewtype none
- specifies that the document will be rendered in the default view of the application.
print_layout
public static final documentviewtype print_layout
- everything that will appear in the printed document appears on the screen.
outline_layout
public static final documentviewtype outline_layout
- shows the headings and subheadings in the word document.
normal_layout
public static final documentviewtype normal_layout
- document appears with a dotted line separating the pages and/or document sections.
columns, drawings, headers/footers, footnotes/endnotes, and comments do not appear.
web_layout
public static final documentviewtype web_layout
- designed to show the word document will look as a web page.
getvalue
public int getvalue()