UNPKG

devexpress-richedit

Version:

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

7 lines (6 loc) 311 B
import { LeafElementDestination } from '../../destination'; export class StyleQFormatDestination extends LeafElementDestination { async processElementOpen(reader) { this.data.stylesImporter.currImporter.currInfo.qFormat = this.data.readerHelper.getWpSTOnOffValue(reader, 'val', true); } }