devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 533 B
TypeScript
import { ColorModelInfoCache } from '../../caches/hashed-caches/color-model-info-cache';
import { ShadingInfoCache } from '../../caches/hashed-caches/shading-info-cache';
import { MaskedParagraphProperties } from '../../paragraph/paragraph-properties';
export declare class JSONMaskedParagraphPropertiesConverter {
static convertFromJSON(obj: any, colorModelInfoCache: ColorModelInfoCache, shadingInfoCache: ShadingInfoCache): MaskedParagraphProperties;
static convertToJSON(source: MaskedParagraphProperties): any;
}