Back to Website
Show / Hide Table of Contents

Class ArchedTextItem

Inheritance
BaseTextItem
ArchedTextItem
Package: @aurigma/design-atoms-model

Constructors

(constructor)(text, center, fontPostScriptName, fontSize)

Constructs a new instance of the ArchedTextItem class

Declaration
constructor(text?: string, center?: PointF, fontPostScriptName?: string, fontSize?: number);
Parameters
Type Name Description
string text
PointF center
string fontPostScriptName
number fontSize

Properties

bend

Declaration
get bend(): number;

set bend(value: number);
Property Value
Type Description
number

center

Declaration
get center(): PointF;

set center(value: PointF);
Property Value
Type Description
PointF

maxLineCount

getter in BaseTextItem

Declaration
/** @override */
get maxLineCount(): number;

set maxLineCount(value: number);
Property Value
Type Description
number

getter in BaseTextItem

type

Declaration
type: string;
Property Value
Type Description
string

type

Declaration
static type: string;
Property Value
Type Description
string

warp

Declaration
get warp(): boolean;

set warp(value: boolean);
Property Value
Type Description
boolean

Methods

_copy(source, destination, generateNewIds, appropriateParentContainer)

Declaration
protected _copy(source: ArchedTextItem, destination: BaseTextItem, generateNewIds: boolean, appropriateParentContainer: boolean): void;
Parameters
Type Name Description
ArchedTextItem source
BaseTextItem destination
boolean generateNewIds
boolean appropriateParentContainer
Returns
Type Description
void

applyPermissionsConstrain()

Declaration
applyPermissionsConstrain(): void;
Returns
Type Description
void

clone(generateNewIds, appropriateParentContainer)

Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): ArchedTextItem;
Parameters
Type Name Description
boolean generateNewIds
boolean appropriateParentContainer
Returns
Type Description
ArchedTextItem

equals(other)

Declaration
equals(other: ArchedTextItem): boolean;
Parameters
Type Name Description
ArchedTextItem other
Returns
Type Description
boolean

getSimplifiedObject(omitProperties)

Declaration
getSimplifiedObject(omitProperties?: string[] | string): Object;
Parameters
Type Name Description
string[] | string omitProperties
Returns
Type Description
Object
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback