devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
34 lines (33 loc) • 948 B
TypeScript
export declare class StringResources {
headerFooter: HeaderFooterStringResources;
seqCaptionPrefixes: SeqCaptionPrefixes;
commonLabels: CommonLabels;
quickSearchPanel: QuickSearchPanelStringResources;
constructor();
}
export declare class HeaderFooterStringResources {
header: string;
footer: string;
firstPageHeader: string;
firstPageFooter: string;
evenPageHeader: string;
evenPageFooter: string;
oddPageHeader: string;
oddPageFooter: string;
sameAsPrevious: string;
}
export declare class SeqCaptionPrefixes {
figurePrefix: string;
equationPrefix: string;
tablePrefix: string;
}
export declare class CommonLabels {
noTocEntriesFound: string;
clickToFollowHyperlink: string;
currentDocumentHyperlinkTooltip: string;
}
export declare class QuickSearchPanelStringResources {
items: string;
noMatches: string;
of: string;
}