devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 411 B
TypeScript
import { IParagraphPropertyDescriptor } from '../../model/paragraph/paragraph-property-descriptors';
import { ChangeParagraphPropertiesCommandBase } from './change-paragraph-properties-command-base';
export declare class ChangeHeadingLevelCommand extends ChangeParagraphPropertiesCommandBase<number, number> {
getDescriptor(): IParagraphPropertyDescriptor<number>;
isLockUpdateValue(): boolean;
}