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) 431 B
import { AnchorInfo } from '../../../../../../model/floating-objects/anchor-info'; import { RtfShapePropertiesInfo } from '../shape-properties-info'; export declare class RtfDrawingObjectRunPropertiesHelper { readonly shapeProperties: RtfShapePropertiesInfo; constructor(shapeProperties: RtfShapePropertiesInfo); applyProperties(anchorInfo: AnchorInfo): void; applyTextWrap(anchorInfo: AnchorInfo): void; }