'Declaration Public Enum ViewType Inherits System.Enum
public enum ViewType : System.Enum
'Declaration Public Enum ViewType Inherits System.Enum
public enum ViewType : System.Enum
Member | Description |
---|---|
MasterPages | Master Document View. |
None | Default View. Specifies that the document shall be rendered in the default view of the application. |
Normal | Draft View. Specifies that the document shall be rendered in a view optimized for outlining or creating long documents. |
Outline | Outline View. Specifies that the document shall be rendered in a view optimized for outlining or creating long documents. |
Print Layout View. Specifies that this document shall be opened in a view that displays the document as it prints. | |
Web | Web Page View. Specifies that the document shall be rendered in a view mimicking the way this document would be displayed in a web page. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.ViewType