devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 409 B
TypeScript
import { CellGridInfo } from '../../../model/tables/grid/table-cell-grid-info';
import { Table, TablePositionIndexes } from '../../../model/tables/main-structures/table';
export declare class CellGridInfoManager {
tableCellGridInfos: CellGridInfo[][];
tableCellInfos: CellGridInfo[][];
constructor(table: Table);
gridInfosByTablePosition(tblPos: TablePositionIndexes): CellGridInfo;
}