RTF Object Type
Namespace: CuteEditor.Convertor.RTFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public enum RTFObjectType |
| Visual Basic |
|---|
Public Enumeration RTFObjectType |
| Visual C++ |
|---|
public enum class RTFObjectType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| KeyWord | 1 | ||
| Control | 2 | ||
| Text | 3 | ||
| EOF | 4 | ||
| GroupStart | 5 | ||
| GroupEnd | 6 | ||
| Root | 7 | ||
| Group | 8 |