Edit in GitHubLog an issue

ArticleChildren

A collection of group items that are also part of an article.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

Number count()

Displays the number of elements in the ArticleChild.


ArticleChild item( Mixed index )

Returns the ArticleChild with the specified index or name.

Parameters

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

ArticleChild itemByID( Number id )

Returns the ArticleChild with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

ArticleChild itemByRange( Mixed from, Mixed to )

Returns the ArticleChildren within the specified range.

Parameters

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

ArticleChild firstItem()

Returns the first ArticleChild in the collection.


ArticleChild lastItem()

Returns the last ArticleChild in the collection.


ArticleChild middleItem()

Returns the middle ArticleChild in the collection.


ArticleChild previousItem( ArticleChild obj )

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

Parameters

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

ArticleChild nextItem( ArticleChild obj )

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

Parameters

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

ArticleChild anyItem()

Returns any ArticleChild in the collection.


ArticleChild everyItem()

Returns every ArticleChild in the collection.


String toSource()

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


ArticleChild []( Number index )

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