Back to Devexpress

Characters Class

aspnetcore-js-devexpress-dot-richedit-696cf97b.md

latest952 B
Original Source

Characters Class

Contains properties that return the Rich Text Editor’s escape sequences.

Declaration

ts
export class Characters

Properties

LineBreak Property

Returns the escape sequence for the line break in the Rich Text Editor.

Declaration

ts
static readonly LineBreak: string

Property Value

TypeDescription
string

Return value: “..”

|

PageBreak Property

Returns the escape sequence for the page break in the Rich Text Editor.

Declaration

ts
static readonly PageBreak: string

Property Value

TypeDescription
string

Return value: “\n”

|

ParagraphBreak Property

Returns the escape sequence for the paragraph break in the Rich Text Editor.

Declaration

ts
static readonly ParagraphBreak: string

Property Value

TypeDescription
string

Return value: “..”

|