UNPKG

devexpress-richedit

Version:

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

8 lines (7 loc) 519 B
import { TableRowPropertyDescriptor } from '../../../../../../../../common/model/tables/properties/table-row-property-descriptor'; import { TableRowPropertiesLeafElementDestination } from './table-row-properties-leaf-element-destination'; export class TableRowHeaderDestination extends TableRowPropertiesLeafElementDestination { async processElementOpen(reader) { this.row.properties.setValue(TableRowPropertyDescriptor.header, this.data.readerHelper.getWpSTOnOffValue(reader, 'val', true)); } }