A collection of story windows.
Methods
StoryWindowanyItem ()
Returns any StoryWindow in the collection.
number count ()
Displays the number of elements in the StoryWindow.
Array of StoryWindoweveryItem ()
Returns every StoryWindow in the collection.
StoryWindowfirstItem ()
Returns the first StoryWindow in the collection.
StoryWindowitem (index:
any)
Returns the StoryWindow with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
StoryWindowitemByName (name:
string)
Returns the StoryWindow with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of StoryWindowitemByRange (from:
any, to:
any)
Returns the StoryWindows within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | StoryWindow Long Integer String |
The StoryWindow, index, or name at the beginning of the range. Can accept: StoryWindow, Long Integer or String. |
| to | StoryWindow Long Integer String |
The StoryWindow, index, or name at the end of the range. Can accept: StoryWindow, Long Integer or String. |
StoryWindowlastItem ()
Returns the last StoryWindow in the collection.
StoryWindowmiddleItem ()
Returns the middle StoryWindow in the collection.
StoryWindownextItem (obj:
StoryWindow)
Returns the StoryWindow whose index follows the specified StoryWindow in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | StoryWindow | The StoryWindow whose index comes before the desired StoryWindow. |
StoryWindowpreviousItem (obj:
StoryWindow)
Returns the StoryWindow with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | StoryWindow | The index of the StoryWindow that follows the desired StoryWindow. |
string toSource ()
Generates a string which, if executed, will return the StoryWindow.
Element of:
Application.storyWindows
Document.storyWindows