UNPKG

devexpress-richedit

Version:

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

13 lines (12 loc) 707 B
import { ThemeFontSchemePart } from '../../../../../../../common/model/themes/theme-font-scheme-part'; import { XmlReader } from '../../../../zip/xml-reader'; import { Data } from '../../../data'; import { ElementDestination, ElementHandlerTable } from '../../destination'; export declare class OfficeThemeFontSchemeDestination extends ElementDestination { static handlerTable: ElementHandlerTable; static getThis(data: Data): OfficeThemeFontSchemeDestination; protected get elementHandlerTable(): ElementHandlerTable; protected get majorFont(): ThemeFontSchemePart; protected get minorFont(): ThemeFontSchemePart; processElementOpen(reader: XmlReader): Promise<void>; }