AutofitRelations

A list of AutoFit relation objects

Methods:

[], 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

AutofitRelation [] (index:Number)

Returns the AutofitRelation with the specified index.

Parameter

Type

Description

index

Number

The index.

AutofitRelation anyItem ()

Returns any AutofitRelation in the collection.

Number count ()

Displays the number of elements in the AutofitRelation.

AutofitRelation everyItem ()

Returns every AutofitRelation in the collection.

AutofitRelation firstItem ()

Returns the first AutofitRelation in the collection.

AutofitRelation item (index:Varies LongInteger String)

Returns the AutofitRelation with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

AutofitRelation itemByID (id:Number)

Returns the AutofitRelation with the specified ID.

Parameter

Type

Description

id

Number

The ID.

AutofitRelation itemByName (name:String)

Returns the AutofitRelation with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the AutofitRelations within the specified range.

Parameter

Type

Description

from

AutofitRelation

LongInteger

String

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

to

AutofitRelation

LongInteger

String

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

AutofitRelation lastItem ()

Returns the last AutofitRelation in the collection.

AutofitRelation middleItem ()

Returns the middle AutofitRelation in the collection.

AutofitRelation nextItem (obj:AutofitRelation)

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

Parameter

Type

Description

obj

AutofitRelation

The AutofitRelation whose index comes before the desired AutofitRelation.

AutofitRelation previousItem (obj:AutofitRelation)

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

Parameter

Type

Description

obj

AutofitRelation

The index of the AutofitRelation that follows the desired AutofitRelation.

String toSource ()

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

Object of

Document.autofitRelations