Class ArchedTextItem
Inheritance
BaseTextItem
ArchedTextItem
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
center
Declaration
get center(): PointF;
set center(value: PointF);
Property Value
maxLineCount
Declaration
/** @override */
get maxLineCount(): number;
set maxLineCount(value: number);
Property Value
| Type |
Description |
| number |
getter in BaseTextItem
|
type
Declaration
Property Value
type
Declaration
Property Value
warp
Declaration
get warp(): boolean;
set warp(value: boolean);
Property Value
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
applyPermissionsConstrain()
Declaration
applyPermissionsConstrain(): void;
Returns
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): ArchedTextItem;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
equals(other)
Declaration
equals(other: ArchedTextItem): boolean;
Parameters
Returns
getSimplifiedObject(omitProperties)
Declaration
getSimplifiedObject(omitProperties?: string[] | string): Object;
Parameters
| Type |
Name |
Description |
| string[] | string |
omitProperties |
|
Returns