Enum
DocumentViewType

Specifies the viewing mode hint for opening the document in a word processor, affecting the initial display layout.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum DocumentViewType

Fields

MasterPages

Displays the master document view for managing subdocuments within a larger document structure.

Declaration

cs-api-definition
MasterPages = 3

Field Value

DocumentViewType

None

No specific view type is suggested; the word processor uses its default view.

Declaration

cs-api-definition
None = 0

Field Value

DocumentViewType

Normal

Displays a simplified draft view optimized for editing without page layout rendering.

Declaration

cs-api-definition
Normal = 4

Field Value

DocumentViewType

Outline

Displays the document structure in outline format, emphasizing heading hierarchy.

Declaration

cs-api-definition
Outline = 2

Field Value

DocumentViewType

PrintLayout

Displays the document as it will appear when printed, with page boundaries and margins visible.

Declaration

cs-api-definition
PrintLayout = 1

Field Value

DocumentViewType

WebLayout

Displays the document as a continuous web page without explicit page breaks.

Declaration

cs-api-definition
WebLayout = 5

Field Value

DocumentViewType