devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
10 lines (9 loc) • 440 B
TypeScript
import { Shape } from '../../../../../../model/shapes/shape';
import { RtfShapePropertiesInfo } from '../shape-properties-info';
export declare class RtfOutlinePropertiesHelper {
readonly shapePropertiesInfo: RtfShapePropertiesInfo;
constructor(shapePropertiesInfo: RtfShapePropertiesInfo);
applyProperties(shape: Shape): void;
processOutlineWidth(shape: Shape): void;
processOutlineFill(shape: Shape): void;
}