devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 361 B
TypeScript
import { TabInfo, TabProperties } from '../../paragraph/paragraph-style';
export declare class JSONTabConverter {
static convertFromJSONToTabProperties(obj: any[]): TabProperties;
static convertFromJSON(obj: any): TabInfo;
static convertToJSON(source: TabInfo): any;
static convertFromTabPropertiesToJSON(source: TabProperties): any[];
}