CrossReferenceFormats

A collection of cross reference formats.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

CrossReferenceFormat [] (index:Number)

Returns the CrossReferenceFormat with the specified index.

Parameter

Type

Description

index

Number

The index.

CrossReferenceFormat add (name:String, withProperties:Object)

Creates a new cross reference format.

Parameter

Type

Description

name

String

The format name. (Optional)

withProperties

Object

Initial values for properties of the new CrossReferenceFormat (Optional)

CrossReferenceFormat anyItem ()

Returns any CrossReferenceFormat in the collection.

Number count ()

Displays the number of elements in the CrossReferenceFormat.

CrossReferenceFormat everyItem ()

Returns every CrossReferenceFormat in the collection.

CrossReferenceFormat firstItem ()

Returns the first CrossReferenceFormat in the collection.

CrossReferenceFormat item (index:Varies LongInteger String)

Returns the CrossReferenceFormat with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

CrossReferenceFormat itemByID (id:Number)

Returns the CrossReferenceFormat with the specified ID.

Parameter

Type

Description

id

Number

The ID.

CrossReferenceFormat itemByName (name:String)

Returns the CrossReferenceFormat with the specified name.

Parameter

Type

Description

name

String

The name.

CrossReferenceFormat itemByRange (from:Varies CrossReferenceFormat LongInteger String, to:Varies CrossReferenceFormat LongInteger String)

Returns the CrossReferenceFormats within the specified range.

Parameter

Type

Description

from

CrossReferenceFormat

LongInteger

String

The CrossReferenceFormat, index, or name at the beginning of the range. Can accept: CrossReferenceFormat, Long Integer or String.

to

CrossReferenceFormat

LongInteger

String

The CrossReferenceFormat, index, or name at the end of the range. Can accept: CrossReferenceFormat, Long Integer or String.

CrossReferenceFormat lastItem ()

Returns the last CrossReferenceFormat in the collection.

CrossReferenceFormat middleItem ()

Returns the middle CrossReferenceFormat in the collection.

CrossReferenceFormat nextItem (obj:CrossReferenceFormat)

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

Parameter

Type

Description

obj

CrossReferenceFormat

The CrossReferenceFormat whose index comes before the desired CrossReferenceFormat.

CrossReferenceFormat previousItem (obj:CrossReferenceFormat)

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

Parameter

Type

Description

obj

CrossReferenceFormat

The index of the CrossReferenceFormat that follows the desired CrossReferenceFormat.

String toSource ()

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

Object of

Document.crossReferenceFormats