Edit in GitHubLog an issue

GotoLastPageBehaviors

A collection of goto last 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 GotoLastPageBehavior.


GotoLastPageBehavior add( Object withProperties )

Creates a new GotoLastPageBehavior.

Parameters

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

GotoLastPageBehavior item( Mixed index )

Returns the GotoLastPageBehavior with the specified index or name.

Parameters

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

GotoLastPageBehavior itemByName( String name )

Returns the GotoLastPageBehavior with the specified name.

Parameters

TypeNameDescription
String
name
The name.

GotoLastPageBehavior itemByID( Number id )

Returns the GotoLastPageBehavior with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

GotoLastPageBehavior itemByRange( Mixed from, Mixed to )

Returns the GotoLastPageBehaviors within the specified range.

Parameters

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

GotoLastPageBehavior firstItem()

Returns the first GotoLastPageBehavior in the collection.


GotoLastPageBehavior lastItem()

Returns the last GotoLastPageBehavior in the collection.


GotoLastPageBehavior middleItem()

Returns the middle GotoLastPageBehavior in the collection.


GotoLastPageBehavior previousItem( GotoLastPageBehavior obj )

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

Parameters

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

GotoLastPageBehavior nextItem( GotoLastPageBehavior obj )

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

Parameters

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

GotoLastPageBehavior anyItem()

Returns any GotoLastPageBehavior in the collection.


GotoLastPageBehavior everyItem()

Returns every GotoLastPageBehavior in the collection.


String toSource()

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


GotoLastPageBehavior []( Number index )

Returns the GotoLastPageBehavior 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.