UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 436 B
import { ExporterBaseWithRootElement } from '../base'; export declare abstract class RelationsBaseExporter extends ExporterBaseWithRootElement { get rootNSPrefix(): string; get rootNSValue(): string; get rootElement(): string; protected numRels: number; protected addRel(id: string, type: string, target: string, external?: boolean): void; protected urlEncodeAsciiSpecialSymbols(url: string): string; }