Specifies view mode in Microsoft word.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum DocumentViewType
Public Enumeration DocumentViewType
public enum class DocumentViewType
type DocumentViewType
Members
| Member | 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.
|