SplineItems
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
SplineItem [] (index:
number)
Returns the SplineItem with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
SplineItem anyItem ()
Returns any SplineItem in the collection.
number count ()
Displays the number of elements in the SplineItem.
Array of SplineItem everyItem ()
Returns every SplineItem in the collection.
SplineItem firstItem ()
Returns the first SplineItem in the collection.
SplineItem item (index:
varies)
Returns the SplineItem with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | 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 | number | The ID. |
SplineItem itemByName (name:
string)
Returns the SplineItem with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of SplineItem itemByRange (from:
varies, to:
varies)
Returns the SplineItems within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer SplineItem String | The SplineItem, index, or name at the beginning of the range. Can accept: SplineItem, Long Integer or String. |
to | Long Integer SplineItem String | 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 | SplineItem | 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 | SplineItem | The index of the SplineItem that follows the desired SplineItem. |
string toSource ()
Generates a string which, if executed, will return the SplineItem.
Element of
Button.splineItems
Cell.splineItems
Character.splineItems
CheckBox.splineItems
ComboBox.splineItems
Document.splineItems
Footnote.splineItems
GraphicLine.splineItems
Group.splineItems
InsertionPoint.splineItems
Layer.splineItems
Line.splineItems
ListBox.splineItems
MasterSpread.splineItems
MultiStateObject.splineItems
Oval.splineItems
Page.splineItems
Paragraph.splineItems
PlaceGun.splineItems
Polygon.splineItems
RadioButton.splineItems
Rectangle.splineItems
SignatureField.splineItems
Snippet.splineItems
SplineItem.splineItems
Spread.splineItems
State.splineItems
Story.splineItems
Table.splineItems
Text.splineItems
TextBox.splineItems
TextColumn.splineItems
TextFrame.splineItems
TextStyleRange.splineItems
Word.splineItems
XmlStory.splineItems
Jongware, 28-Apr-2012 v3.0.3h | Contents :: Index |