devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 324 B
JavaScript
import { LeafElementDestination } from '../destination';
export class DocumentSettingsDifferentOddAndEvenPagesDestination extends LeafElementDestination {
async processElementOpen(reader) {
this.data.documentModel.differentOddAndEvenPages = this.data.readerHelper.getWpSTOnOffValue(reader, 'val');
}
}