UNPKG

devexpress-richedit

Version:

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

19 lines (18 loc) 706 B
import { ExporterBaseWithRootElement } from './base'; export declare class SettingsExporter extends ExporterBaseWithRootElement { get filePath(): string; get rootElement(): string; get rootNSPrefix(): string; get rootNSValue(): string; protected fillWriter(): void; private exportColorSchemeMapping; private exportCompatSettings; private exportCompatSetting; private exportDocumentVariables; private exportColorSchemeMappingElement; private exportDocumentProtectionSettings; private exportDocumentProtectionType; private exportDocumentProtectionSettingsCore; private exportFootNoteProperties; private exportEndNoteProperties; }