UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 577 B
import { TableProperties } from '../../../../../../common/model/tables/properties/table-properties'; import { Data } from '../../data'; import { ElementHandlerTable } from '../destination'; import { TablePropertiesLeafElementDestination } from '../table/table/properties/table-properties-leaf-element-destination'; export declare class TableBordersDestination extends TablePropertiesLeafElementDestination { static handlerTable: ElementHandlerTable; static getProps(data: Data): TableProperties; protected get elementHandlerTable(): ElementHandlerTable; }