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) 902 B
import { NoteProperties } from "../../../../../common/model/footnotes/footnote"; import { BaseExporter } from "./base"; export declare class NotePropertiesExporter extends BaseExporter { private static readonly defaultProperties; exportSectionLevelFootNoteProperties(properties: NoteProperties): void; exportSectionLevelEndNoteProperties(properties: NoteProperties): void; exportDocumentLevelFootNoteProperties(properties: NoteProperties): void; exportDocumentLevelEndNoteProperties(properties: NoteProperties): void; exportSectionFootNoteColumnCount(properties: NoteProperties): void; private isDefault; private exportNoteProperties; private exportFootNoteSeparators; private exportEndNoteSeparators; private exportFootNoteSeparator; private exportEndNoteSeparator; private exportNoteSeparators; private exportNoteSeparator; }