PageCollection

PageCollection class

Page collection.

Methods

NameDescription
add(page)Add the page in the collection.
clear()
dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
get()
getCount()
getPage(ID)Gets the element at the specified ID.
getPage(name)Gets the element at the specified name.
iterator()Reserved for internal use.
remove(page)Remove the page from the collection.
removeAt()

add(page)

Add the page in the collection.

ParameterTypeDescription
pagePage

Returns: Number — Number

clear()

dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

get()

getCount()

getPage(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDNumber

Returns: Page — Page

getPage(name)

Gets the element at the specified name.

ParameterTypeDescription
nameString

Returns: Page — Page

iterator()

Reserved for internal use.

remove(page)

Remove the page from the collection.

ParameterTypeDescription
pagePage

removeAt()