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) 539 B
import { IParagraphPropertyDescriptor } from '../../../../../../../common/model/paragraph/paragraph-property-descriptors'; import { XmlReader } from '../../../../zip/xml-reader'; import { ParagraphFormattingLeafElementDestination } from '../paragraph-formatting-leaf-element-destination'; export declare class SuppressHyphenationDestination extends ParagraphFormattingLeafElementDestination<boolean> { processElementOpen(reader: XmlReader): Promise<void>; protected getDescriptor(): IParagraphPropertyDescriptor<boolean>; }