Skip to main content

ViewType Enum

Lists values specifying the Rich Edit’s document view type.

Declaration

declare enum ViewType {
    Simple = 0,
    PrintLayout = 1
}

Members

Name Description
PrintLayout

The print layout is enabled.

Simple

The simple view is enabled.

Remarks

Values listed by this enumeration are used as a parameter to the RichEditCommands.changeViewType command.