UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

8 lines (7 loc) 274 B
import { ClientRichEdit } from '../../client-rich-edit'; export declare class PrintLayoutViewSettings { private _native; constructor(native: ClientRichEdit); get showHorizontalRuler(): boolean; set showHorizontalRuler(showHorizontalRuler: boolean); }