DocumentViewType Enumeration
|
Specifies view mode in Microsoft word.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum DocumentViewType
Public Enumeration DocumentViewType
public enum class DocumentViewType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Specifies that the document will be rendered in the default view of the application.
|
|
PrintLayout
|
1
|
Everything that will appear in the printed document appears on the screen.
|
|
OutlineLayout
|
3
|
Shows the headings and subheadings in the word document.
|
|
NormalLayout
|
4
|
Document appears with a dotted line separating the pages and/or document sections.
Columns, drawings, headers/footers, footnotes/endnotes, and comments do not appear.
|
|
WebLayout
|
5
|
Designed to show the word document will look as a web page.
|
See Also