Class
LegacyTextItem
Unconverted legacy text items from documents in pre-version 11 formats. Base Class:
PageItem
QuickLinks
convertToNative,
move,
remove,
removeAll
Hierarchy
Properties
| Property | Type | Access | Description |
| converted | bool |
readonly | Has the legacy text item been updated to a native text frame item? |
| parent | Object |
readonly | The object's container. |
| typename | string |
readonly | The 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.
| Parameter | Type | Description |
| relativeObject | Object | |
| insertionLocation | ElementPlacement | |
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
LegacyTextItem LegacyTextItems.[] (index:
uint)
LegacyTextItem LegacyTextItems.getByName (name:
string)