devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
11 lines (10 loc) • 353 B
JavaScript
export class RtfStyleImporterState {
rtfStyleIndex;
rtfParentStyleIndex;
constructor(rtfStyleIndex, rtfParentStyleIndex) {
this.rtfStyleIndex = rtfStyleIndex;
this.rtfParentStyleIndex = rtfParentStyleIndex;
this.rtfStyleIndex = rtfStyleIndex;
this.rtfParentStyleIndex = rtfParentStyleIndex;
}
}