RtfPropertyKind Enumeration |
Namespace: Kettic.AspNet.Controls.Editor.RtfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum RtfPropertyKind
Public Enumeration RtfPropertyKind
public enum class RtfPropertyKind
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| IntegerNumber | 1 | |
| RealNumber | 2 | |
| Date | 3 | |
| Boolean | 4 | |
| Text | 5 | |
See Also