UNPKG

devexpress-richedit

Version:

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

11 lines (10 loc) 624 B
import { __awaiter } from "tslib"; import { TableCellPropertyDescriptor } from '../../../../../../../../common/model/tables/properties/table-cell-properties'; import { TableCellPropertiesLeafElementDestination } from './table-cell-properties-leaf-element-destination'; export class TableCellFitTextDestination extends TableCellPropertiesLeafElementDestination { processElementOpen(reader) { return __awaiter(this, void 0, void 0, function* () { this.cell.properties.setValue(TableCellPropertyDescriptor.fitText, this.data.readerHelper.getWpSTOnOffValue(reader, 'val')); }); } }