Stories
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Story anyItem ()
Returns any Story in the collection.
number count ()
Displays the number of elements in the Story.
Array
of Story everyItem ()
Returns every Story in the collection.
Story firstItem ()
Returns the first Story in the collection.
Story item (index:
any)
Returns the Story with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Story itemByID (id:
number)
Returns the Story with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Story itemByName (name:
string)
Returns the Story with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Story itemByRange (from:
any, to:
any)
Returns the Stories within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer Story String | The Story, index, or name at the beginning of the range. Can accept: Story, Long Integer or String. |
to | Long Integer Story String | The Story, index, or name at the end of the range. Can accept: Story, Long Integer or String. |
Story lastItem ()
Returns the last Story in the collection.
Story middleItem ()
Returns the middle Story in the collection.
Story nextItem (obj:
Story)
Returns the Story whose index follows the specified Story in the collection.
Parameter | Type | Description |
---|---|---|
obj | Story | The Story whose index comes before the desired Story. |
Story previousItem (obj:
Story)
Returns the Story with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Story | The index of the Story that follows the desired Story. |
string toSource ()
Generates a string which, if executed, will return the Story.
Element of
Document.stories
XMLElement.stories
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |