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 |
|
#showTableGridLines Property
Specifies whether table grid lines are shown.
#Declaration
get showTableGridLines(): boolean
set showTableGridLines(value: boolean)
#Property Value
Type | Description |
---|---|
boolean |
|