UNPKG

devexpress-richedit

Version:

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

9 lines (8 loc) 577 B
import { TableCellPropertyDescriptor } from '../../../../../../../../common/model/tables/properties/table-cell-properties'; import { ShadingHelper } from '../../../shading/shading-helper'; import { TableCellPropertiesLeafElementDestination } from './table-cell-properties-leaf-element-destination'; export class TableCellShadingDestination extends TableCellPropertiesLeafElementDestination { async processElementOpen(reader) { this.cell.properties.setValue(TableCellPropertyDescriptor.shadingInfo, ShadingHelper.getShadingValue(this.data, reader)); } }