CrossReferences
A collection of index cross references. (For cross references in text, use the 'cross reference source' and 'hyperlink' objects.)
Instance
Read Only
Number length
The number of objects in the collection.
Methods
CrossReference add( Topic referencedTopic, CrossReferenceType crossReferenceType, String customTypeString, Object withProperties )
Creates a new cross reference.
Parameters
Number count()
Displays the number of elements in the CrossReference.
CrossReference item( Mixed index )
Returns the CrossReference with the specified index or name.
Parameters
CrossReference itemByName( String name )
Returns the CrossReference with the specified name.
Parameters
CrossReference itemByID( Number id )
Returns the CrossReference with the specified ID.
Parameters
CrossReference itemByRange( Mixed from, Mixed to )
Returns the CrossReferences within the specified range.
Parameters
CrossReference firstItem()
Returns the first CrossReference in the collection.
CrossReference lastItem()
Returns the last CrossReference in the collection.
CrossReference middleItem()
Returns the middle CrossReference in the collection.
CrossReference previousItem( CrossReference obj )
Returns the CrossReference with the index previous to the specified index.
Parameters
CrossReference nextItem( CrossReference obj )
Returns the CrossReference whose index follows the specified CrossReference in the collection.
Parameters
CrossReference anyItem()
Returns any CrossReference in the collection.
CrossReference everyItem()
Returns every CrossReference in the collection.
String toSource()
Generates a string which, if executed, will return the CrossReference.
CrossReference []( Number index )
Returns the CrossReference with the specified index.