RtfVisualSpecialCharKind 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 RtfVisualSpecialCharKind
Public Enumeration RtfVisualSpecialCharKind
public enum class RtfVisualSpecialCharKind
type RtfVisualSpecialCharKind
Members
| Member name | Value | Description |
---|
| Tabulator | 0 | |
| ParagraphNumberBegin | 1 | |
| ParagraphNumberEnd | 2 | |
| NonBreakingSpace | 3 | |
| EmDash | 4 | |
| EnDash | 5 | |
| EmSpace | 6 | |
| EnSpace | 7 | |
| QmSpace | 8 | |
| Bullet | 9 | |
| LeftSingleQuote | 10 | |
| RightSingleQuote | 11 | |
| LeftDoubleQuote | 12 | |
| RightDoubleQuote | 13 | |
| OptionalHyphen | 14 | |
| NonBreakingHyphen | 15 | |
See Also