UNPKG

devexpress-richedit

Version:

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

6 lines (5 loc) 374 B
import { ParagraphStyle } from '../../../../../../../common/model/paragraph/paragraph-style'; import { ParagraphStyleReferenceBaseDestination } from './paragraph-style-reference-base-destination'; export declare class ParagraphStyleReferenceDestination extends ParagraphStyleReferenceBaseDestination { protected assignParagraphStyle(style: ParagraphStyle): void; }