devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
13 lines (12 loc) • 578 B
TypeScript
import { Data } from '../../data';
import { RelationCollectionExporter } from './relation-collection';
export declare class DocumentRelationsExporter extends RelationCollectionExporter {
headerRelationsTable: Record<string, string>;
footerRelationsTable: Record<string, string>;
footNoteRelationsTable: Record<string, string>;
endNoteRelationsTable: Record<string, string>;
commentRelationsTable: Record<string, string>;
commentsExtendedRelationsTable: Record<string, string>;
constructor(data: Data);
protected fillWriter(): void;
}