SplineItems
The spline items collection.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
SplineItem [] (index:Number)
Returns the SplineItem with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
SplineItem anyItem ()
Returns any SplineItem in the collection.
Number count ()
Displays the number of elements in the SplineItem.
SplineItem everyItem ()
Returns every SplineItem in the collection.
SplineItem firstItem ()
Returns the first SplineItem in the collection.
SplineItem item (index:Varies LongInteger String)
Returns the SplineItem with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
SplineItem itemByID (id:Number)
Returns the SplineItem with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
SplineItem itemByName (name:String)
Returns the SplineItem with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
SplineItem itemByRange (from:Varies LongInteger SplineItem String, to:Varies LongInteger SplineItem String)
Returns the SplineItems within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The SplineItem, index, or name at the beginning of the range. Can accept: SplineItem, Long Integer or String. |
to |
LongInteger |
The SplineItem, index, or name at the end of the range. Can accept: SplineItem, Long Integer or String. |
SplineItem lastItem ()
Returns the last SplineItem in the collection.
SplineItem middleItem ()
Returns the middle SplineItem in the collection.
SplineItem nextItem (obj:SplineItem)
Returns the SplineItem whose index follows the specified SplineItem in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The SplineItem whose index comes before the desired SplineItem. |
SplineItem previousItem (obj:SplineItem)
Returns the SplineItem with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the SplineItem that follows the desired SplineItem. |
String toSource ()
Generates a string which, if executed, will return the SplineItem.
Object of
PlaceGun.splineItems
Document.splineItems
Button.splineItems
State.splineItems
MultiStateObject.splineItems
CheckBox.splineItems
ComboBox.splineItems
ListBox.splineItems
RadioButton.splineItems
TextBox.splineItems
SignatureField.splineItems
Layer.splineItems
Spread.splineItems
Page.splineItems
MasterSpread.splineItems
Oval.splineItems
Rectangle.splineItems
GraphicLine.splineItems
Polygon.splineItems
Group.splineItems
SplineItem.splineItems
Snippet.splineItems
Cell.splineItems
Table.splineItems
Text.splineItems
Character.splineItems
Word.splineItems
Line.splineItems
TextColumn.splineItems
Paragraph.splineItems
TextStyleRange.splineItems
InsertionPoint.splineItems
TextFrame.splineItems
Story.splineItems
EndnoteTextFrame.splineItems
Footnote.splineItems
XmlStory.splineItems