devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 520 B
JavaScript
import { TableRowPropertyDescriptor } from '../../../../../../../../common/model/tables/properties/table-row-property-descriptor';
import { TableRowPropertiesLeafElementDestination } from './table-row-properties-leaf-element-destination';
export class TableRowCantSplitDestination extends TableRowPropertiesLeafElementDestination {
processElementClose(reader) {
this.row.properties.setValue(TableRowPropertyDescriptor.cantSplit, this.data.readerHelper.getWpSTOnOffValue(reader, 'val', true));
}
}