devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
11 lines (10 loc) • 568 B
TypeScript
import { HyperlinkInfo } from '../../../../../model/fields/field';
import { ControlCharTranslatorTable, DestinationBase } from '../base/destination';
import { DestinationType } from '../utils/destination-type';
export declare class ShapePropertyHyperlinkDestination extends DestinationBase {
protected get destinationType(): DestinationType;
protected get controlCharHT(): ControlCharTranslatorTable;
hyperlinkInfo: HyperlinkInfo;
nestedGroupFinished(nestedDestination: DestinationBase): void;
protected createClone(): DestinationBase;
}