Paths
See also Path.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Path [] (index:
number)
Returns the Path with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Path add ([withProperties:
Object])
Creates a new Path.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new Path (Optional) |
Path anyItem ()
Returns any Path in the collection.
number count ()
Displays the number of elements in the Path.
Array of Path everyItem ()
Returns every Path in the collection.
Path firstItem ()
Returns the first Path in the collection.
Path item (index:
varies)
Returns the Path with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array of Path itemByRange (from:
varies, to:
varies)
Returns the Paths within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer Path String | The Path, index, or name at the beginning of the range. Can accept: Path, Long Integer or String. |
to | Long Integer Path String | The Path, index, or name at the end of the range. Can accept: Path, Long Integer or String. |
Path lastItem ()
Returns the last Path in the collection.
Path middleItem ()
Returns the middle Path in the collection.
Path nextItem (obj:
Path)
Returns the Path whose index follows the specified Path in the collection.
Parameter | Type | Description |
---|---|---|
obj | Path | The Path whose index comes before the desired Path. |
Path previousItem (obj:
Path)
Returns the Path with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Path | The index of the Path that follows the desired Path. |
string toSource ()
Generates a string which, if executed, will return the Path.
Element of
Button.paths
ClippingPathSettings.paths
GraphicLine.paths
MediaItem.paths
Movie.paths
MultiStateObject.paths
Oval.paths
Polygon.paths
Rectangle.paths
Sound.paths
SplineItem.paths
TextFrame.paths
TextWrapPreference.paths
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |