InDesign Server2025
API 20.5.0.49
Collection of AssignedStory

AssignedStories

A collection of assigned stories.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

AssignedStory

Returns the AssignedStory with the specified index.

index Number The index.
AssignedStory

Returns any AssignedStory in the collection.

Number

Displays the number of elements in the AssignedStory.

AssignedStory[]

Returns every AssignedStory in the collection.

AssignedStory

Returns the first AssignedStory in the collection.

AssignedStory

Returns the AssignedStory with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
AssignedStory

Returns the AssignedStory with the specified ID.

id Number The ID.
AssignedStory

Returns the AssignedStory with the specified name.

name String The name.
AssignedStory[]

Returns the AssignedStories within the specified range.

from AssignedStory | LongInteger | String The AssignedStory, index, or name at the beginning of the range. Can accept: AssignedStory, Long Integer or String.
to AssignedStory | LongInteger | String The AssignedStory, index, or name at the end of the range. Can accept: AssignedStory, Long Integer or String.
AssignedStory

Returns the last AssignedStory in the collection.

AssignedStory

Returns the middle AssignedStory in the collection.

AssignedStory

Returns the AssignedStory whose index follows the specified AssignedStory in the collection.

obj AssignedStory The AssignedStory whose index comes before the desired AssignedStory.
AssignedStory

Returns the AssignedStory with the index previous to the specified index.

obj AssignedStory The index of the AssignedStory that follows the desired AssignedStory.
String

Generates a string which, if executed, will return the AssignedStory.

Object of 1

Properties elsewhere that hold a AssignedStories.