Enum
DocumentEditorType

Describes document editor types.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum DocumentEditorType

Fields

Comment

Comment editor.

Declaration

cs-api-definition
Comment = 4

Field Value

DocumentEditorType

Footer editor.

Declaration

cs-api-definition
Footer = 2

Field Value

DocumentEditorType

Header

Header editor.

Declaration

cs-api-definition
Header = 1

Field Value

DocumentEditorType

MainDocument

Main document editor.

Declaration

cs-api-definition
MainDocument = 0

Field Value

DocumentEditorType

Note

Note editor.

Declaration

cs-api-definition
Note = 3

Field Value

DocumentEditorType

Shape

Shape editor.

Declaration

cs-api-definition
Shape = 5

Field Value

DocumentEditorType