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

showHiddenSymbols: boolean

Property Value

Type Description
boolean

true, if hidden symbols are visible; otherwise, false.

showTableGridLines Property

Specifies whether table grid lines are shown.

Declaration

showTableGridLines: boolean

Property Value

Type Description
boolean

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