devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
10 lines (9 loc) • 436 B
TypeScript
import { TableHeightUnit, TableWidthUnit } from '../../../tables/secondary-structures/table-units';
export declare class JSONTableHeightUnitConverter {
static convertFromJSON(obj: any): TableHeightUnit;
static convertToJSON(source: TableHeightUnit): any;
}
export declare class JSONTableWidthUnitConverter {
static convertFromJSON(obj: any): TableWidthUnit;
static convertToJSON(source: TableWidthUnit): any;
}