UNPKG

devexpress-richedit

Version:

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

9 lines (8 loc) 414 B
import { BorderLineStyle } from '../../../model/borders/enums'; export declare class RtfArtBorderConverter { private static mapBorderLineStyleToIndex; private static mapIndexToBorderLineStyle; static getBorderArtIndex(borderLineStyle: BorderLineStyle): number; static getBorderLineStyle(borderArtIndex: number): BorderLineStyle; static initStatics(): Record<number, BorderLineStyle>; }