Adobe Photoshop CS5 Object Library JS: CountItem
From Photoshop CS5
Class
CountItem
A counted item in the document. The count item feature is available in the Extended Version only.QuickLinks
add, remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| parent | Object | readonly | The object's container. |
| position | UnitPoint | readonly | The position of count item in the document. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
CountItem add ()
Adds an element.
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
CountItem CountItem.add ()
CountItem CountItems.[] (index: uint)
CountItem CountItems.add (position: UnitPoint)
CountItem CountItems.getByName (name: string)
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |