ViewType Enum
In This Article
Lists values specifying the Rich Edit’s document view type.
#Declaration
TypeScript
declare enum ViewType {
Simple = 0,
PrintLayout = 1
}
#Members
Name | Description |
---|---|
Print
|
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.