UNPKG

devexpress-richedit

Version:

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

17 lines (16 loc) 595 B
import { ExporterBaseWithRootElement } from './base'; export declare class StylesExporter extends ExporterBaseWithRootElement { get filePath(): string; get rootElement(): string; get rootNSPrefix(): string; get rootNSValue(): string; private styleNameToIndex; private sortedStyleIndexes; private processedStyleNames; protected fillWriter(): void; private exportDocumentDefaults; private exportDocumentCharacterDefaults; private exportDocumentParagraphDefaults; private getSortedStyleIndexes; private sortStyleIndexRecursive; }