Class FormattingSymbols
Inheritance
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class FormattingSymbols : Enum
Fields
ColumnBreak
Represents column break formatting symbol.
Declaration
public const FormattingSymbols ColumnBreak
Field Value
EmSpace
Represents em space (U+2003) formatting symbol.
Declaration
public const FormattingSymbols EmSpace
Field Value
EnSpace
Represents en space (U+2002) formatting symbol.
Declaration
public const FormattingSymbols EnSpace
Field Value
Enter
Represents paragraph end formatting symbol.
Declaration
public const FormattingSymbols Enter
Field Value
FourPerEmSpace
Represents four-per-em space (U+2005) formatting symbol.
Declaration
public const FormattingSymbols FourPerEmSpace
Field Value
IdeographicSpace
Represents ideographic space (U+3000) formatting symbol.
Declaration
public const FormattingSymbols IdeographicSpace
Field Value
LineBreak
Represents line break formatting symbol.
Declaration
public const FormattingSymbols LineBreak
Field Value
NonBreakingSpace
Represents non-breaking space formatting symbol.
Declaration
public const FormattingSymbols NonBreakingSpace
Field Value
PageBreak
Represents page break formatting symbol.
Declaration
public const FormattingSymbols PageBreak
Field Value
Space
Represents space formatting symbol.
Declaration
public const FormattingSymbols Space
Field Value
Tab
Represents tab formatting symbol.
Declaration
public const FormattingSymbols Tab
Field Value
value__
Declaration
public int value__
Field Value
System.
|
VerticalTab
Represents vertical tab formatting symbol.
Declaration
public const FormattingSymbols VerticalTab
Field Value
ZeroWidthSpace
Represents zero width space (U+200B) formatting symbol.
Declaration
public const FormattingSymbols ZeroWidthSpace