Skip to main content

RichEditLayout Class

Contains settings of the Rich Text Editor’s layout.

Declaration

export class RichEditLayout

Remarks

richEdit.layout.showHiddenSymbols = true;
richEdit.layout.showTableGridLines = false;

Properties

showHiddenSymbols Property

Specifies whether hidden symbols are shown.

Declaration

get showHiddenSymbols(): boolean
set showHiddenSymbols(value: boolean)

Property Value

Type Description
boolean

true if hidden symbols are visible; otherwise, false.

showTableGridLines Property

Specifies whether table grid lines are shown.

Declaration

get showTableGridLines(): boolean
set showTableGridLines(value: boolean)

Property Value

Type Description
boolean

true if table grid lines are visible; otherwise, false.