Back to Website
Show / Hide Table of Contents

Interface ITextEditorElementHandler

Package: @aurigma/design-atoms-text

Properties

textEditorDiv

Declaration
textEditorDiv: HTMLElement;
Property Value
Type Description
HTMLElement

textEditorInnerDiv

Declaration
textEditorInnerDiv: HTMLElement;
Property Value
Type Description
HTMLElement

Methods

addTextEditorStyles(css)

Declaration
addTextEditorStyles(css: string): void;
Parameters
Type Name Description
string css
Returns
Type Description
void

getTextEditorFormattedText()

Declaration
getTextEditorFormattedText(): string;
Returns
Type Description
string

hideTextEditor()

Declaration
hideTextEditor(): any;
Returns
Type Description
any

showTextEditor(rectangle, textAlignment, html, borderWidth, borderColor, fillColor, opacity, verticalAlignment, isVertical)

Declaration
showTextEditor(rectangle: RotatedRectangleF, textAlignment: TextAlignment, html: string, borderWidth: number, borderColor: string, fillColor: string, opacity: number, verticalAlignment: TextVerticalAlignment, isVertical: boolean): void;
Parameters
Type Name Description
RotatedRectangleF rectangle
TextAlignment textAlignment
string html
number borderWidth
string borderColor
string fillColor
number opacity
TextVerticalAlignment verticalAlignment
boolean isVertical
Returns
Type Description
void
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