com.spire.doc
Enum DocumentViewType

java.lang.Object
  extended by java.lang.Enum<DocumentViewType>
      extended by 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.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

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.

Method Detail

getValue

public int getValue()