Enum FormattingSymbols
Namespace: Telerik.WinForms.Documents.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum FormattingSymbols
ColumnBreak
Represents column break formatting symbol.
EmSpace
Represents em space (U+2003) formatting symbol.
EnSpace
Represents en space (U+2002) formatting symbol.
Enter
Represents paragraph end formatting symbol.
FourPerEmSpace
Represents four-per-em space (U+2005) formatting symbol.
IdeographicSpace
Represents ideographic space (U+3000) formatting symbol.
LineBreak
Represents line break formatting symbol.
NonBreakingSpace
Represents non-breaking space formatting symbol.
PageBreak
Represents page break formatting symbol.
Space
Represents space formatting symbol.
Tab
Represents tab formatting symbol.
VerticalTab
Represents vertical tab formatting symbol.
ZeroWidthSpace
Represents zero width space (U+200B) formatting symbol.