Edit in GitHubLog an issue

GotoPreviousPageBehaviors

A collection of goto previous page behavior objects.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

Number count()

Displays the number of elements in the GotoPreviousPageBehavior.


GotoPreviousPageBehavior add( Object withProperties )

Creates a new GotoPreviousPageBehavior.

Parameters

TypeNameDescription
Object
withProperties
Initial values for properties of the new GotoPreviousPageBehavior (Optional)

GotoPreviousPageBehavior item( Mixed index )

Returns the GotoPreviousPageBehavior with the specified index or name.

Parameters

TypeNameDescription
Mixed
index
The index or name. Can accept: Long Integer or String.

GotoPreviousPageBehavior itemByName( String name )

Returns the GotoPreviousPageBehavior with the specified name.

Parameters

TypeNameDescription
String
name
The name.

GotoPreviousPageBehavior itemByID( Number id )

Returns the GotoPreviousPageBehavior with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

GotoPreviousPageBehavior itemByRange( Mixed from, Mixed to )

Returns the GotoPreviousPageBehaviors within the specified range.

Parameters

TypeNameDescription
Mixed
from
The GotoPreviousPageBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String.
Mixed
to
The GotoPreviousPageBehavior, index, or name at the end of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String.

GotoPreviousPageBehavior firstItem()

Returns the first GotoPreviousPageBehavior in the collection.


GotoPreviousPageBehavior lastItem()

Returns the last GotoPreviousPageBehavior in the collection.


GotoPreviousPageBehavior middleItem()

Returns the middle GotoPreviousPageBehavior in the collection.


GotoPreviousPageBehavior previousItem( GotoPreviousPageBehavior obj )

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

Parameters

TypeNameDescription
GotoPreviousPageBehavior
obj
The index of the GotoPreviousPageBehavior that follows the desired GotoPreviousPageBehavior.

GotoPreviousPageBehavior nextItem( GotoPreviousPageBehavior obj )

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

Parameters

TypeNameDescription
GotoPreviousPageBehavior
obj
The GotoPreviousPageBehavior whose index comes before the desired GotoPreviousPageBehavior.

GotoPreviousPageBehavior anyItem()

Returns any GotoPreviousPageBehavior in the collection.


GotoPreviousPageBehavior everyItem()

Returns every GotoPreviousPageBehavior in the collection.


String toSource()

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


GotoPreviousPageBehavior []( Number index )

Returns the GotoPreviousPageBehavior with the specified index.

Parameters

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.