devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
12 lines (11 loc) • 515 B
TypeScript
import { SubDocument } from '../../model/sub-document';
import { Table } from '../../model/tables/main-structures/table';
import { SelectedTableInfo } from '../../selection/selected-cells-engine';
export declare class __DEBUG_TABLE {
static lastString: string;
static lastTableSelection: string;
static lastSelection: string;
static tables(subDocument: SubDocument): void;
static table(table: Table): void;
static VISUALIZE_SELECTED_CELLS(tableInfo: SelectedTableInfo): string;
}