devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 385 B
TypeScript
import { Table } from '../../../../../model/tables/main-structures/table';
import { RtfContentExporter } from '../rtf-content-exporter';
export declare class RtfTableExporter {
static exportTable(rtfContentExporter: RtfContentExporter, table: Table): number;
static exportNestedTable(rtfContentExporter: RtfContentExporter, table: Table, nestingLevel: number): number;
}