Skip to main content
All docs
V25.1
  • Characters Class

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

    Declaration

    export class Characters

    Properties

    LineBreak Property

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

    Declaration

    static readonly LineBreak: string

    Property Value

    Type Description
    string

    Return value: “..”

    PageBreak Property

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

    Declaration

    static readonly PageBreak: string

    Property Value

    Type Description
    string

    Return value: “\n”

    ParagraphBreak Property

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

    Declaration

    static readonly ParagraphBreak: string

    Property Value

    Type Description
    string

    Return value: “..”