UNPKG

devexpress-richedit

Version:

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

12 lines (11 loc) 837 B
import { TableRowPropertiesCantSplitDescriptor, TableRowPropertiesCellSpacingDescriptor, TableRowPropertiesDivIdDescriptor, TableRowPropertiesHeaderDescriptor, TableRowPropertiesHideCellMarkDescriptor, TableRowPropertiesRowAlignmentDescriptor } from './table-row-descriptors'; import { ITableRowPropertyDescriptor } from './table-row-properties'; export declare class TableRowPropertyDescriptor { static cantSplit: TableRowPropertiesCantSplitDescriptor; static cellSpacing: TableRowPropertiesCellSpacingDescriptor; static divId: TableRowPropertiesDivIdDescriptor; static header: TableRowPropertiesHeaderDescriptor; static hideCellMark: TableRowPropertiesHideCellMarkDescriptor; static rowAlignment: TableRowPropertiesRowAlignmentDescriptor; static ALL_FIELDS: ITableRowPropertyDescriptor<any>[]; }