UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

8 lines (7 loc) 489 B
import { Grid } from '../../../../../layout-formatter/table/grid-engine/grid'; import { Table } from '../../../../../model/tables/main-structures/table'; import { RtfContentExporter } from '../rtf-content-exporter'; export declare class RtfTableExporter { static exportTable(rtfContentExporter: RtfContentExporter, table: Table, grid: Grid): number; static exportNestedTable(rtfContentExporter: RtfContentExporter, table: Table, grid: Grid, nestingLevel: number): number; }