devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 464 B
TypeScript
import { LayoutTableColumnInfo } from '../../layout/table/layout-table-info';
import { LayoutCursorHorizontalTableBorder } from './borders/layout-table-border';
export declare class TableHorizontalCursorBordersHelper {
private static BORDER_HALF_WIDTH;
static getHorizontalCursorBorders(currTableColumnInfo: LayoutTableColumnInfo): LayoutCursorHorizontalTableBorder[];
private static combine;
private static createHorizontalCursorBorder;
}