A list of AutoFit relation objects
Go to Property Listing | Method Listing
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
AutofitRelation [] (index:Number)
Returns the AutofitRelation with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
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 |
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 |
The ID. |
AutofitRelation itemByName (name:String)
Returns the AutofitRelation with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
LongInteger |
The AutofitRelation, index, or name at the beginning of the range. Can accept: AutofitRelation, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the AutofitRelation that follows the desired AutofitRelation. |
String toSource ()
Generates a string which, if executed, will return the AutofitRelation.
Document.autofitRelations