RTFObjectType Enumeration
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFObjectType Enumeration |
| See Also Send Feedback |
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 |