Back to Website
Show / Hide Table of Contents

Type Alias EditorInitData

Declaration
export declare type EditorInitData = {
    text?: string;
    defaultParagraphStyle?: IParagraphStyle;
    defaultInlineStyle?: ICharStyle;
    rectangle?: RotatedRectangleF;
    textAlignment?: TextAlignment;
    borderWidth?: number;
    borderColor?: string;
    fillColor?: string;
    opacity?: number;
    point?: IPoint;
    previewScale?: number;
    textFormattingEnabled?: boolean;
    transform?: Transform;
    textVerticalAlignment?: TextVerticalAlignment;
    newLineEnabled?: boolean;
    isVertical?: boolean;
    listSettings: IListConfiguration;
    limits?: ITextLimits;
};
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback