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) 462 B
import { IParagraphPropertyDescriptor } from '../../model/paragraph/paragraph-property-descriptors'; import { LineSpacingParagraphCommandBase } from './add-spacing-after-paragraph-command'; export declare class RemoveSpacingBeforeParagraphCommand extends LineSpacingParagraphCommandBase<number, number> { getDescriptor(): IParagraphPropertyDescriptor<number>; DEPRECATEDConvertOptionsParameter(parameter: any): number; isEnabled(): boolean; }