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