Adobe Illustrator CS4 Type Library JS: LegacyTextItem

Illustrator CS4

Class

LegacyTextItem

 Unconverted legacy text items from documents in pre-version 11 formats. Base Class: PageItem

QuickLinks

convertToNative, move, remove, removeAll

Hierarchy

Object
PageItem
LegacyTextItem

Properties

PropertyTypeAccessDescription
convertedbool readonlyHas the legacy text item been updated to a native text frame item?
parentObject readonlyThe object's container.
typenamestring readonlyThe class name of the object.

Methods

Instances

GroupItem convertToNative ()
Create a native text frame from a legacy text item. The original legacy text item is deleted.

PageItem move (relativeObject: Object, insertionLocation: ElementPlacement)
Move the object.

ParameterTypeDescription
relativeObjectObject
insertionLocationElementPlacement

void remove ()
Deletes this object.

void removeAll ()
Deletes all elements.

Return

LegacyTextItem LegacyTextItems.[] (index: uint)

LegacyTextItem LegacyTextItems.getByName (name: string)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index