CrossReferenceFormats
A collection of cross reference formats.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
CrossReferenceFormat [] (index:Number)
Returns the CrossReferenceFormat with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
CrossReferenceFormat add (name:String, withProperties:Object)
Creates a new cross reference format.
Parameter |
Type |
Description |
---|---|---|
name |
The format name. (Optional) |
|
withProperties |
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 |
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 |
The ID. |
CrossReferenceFormat itemByName (name:String)
Returns the CrossReferenceFormat with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
LongInteger |
The CrossReferenceFormat, index, or name at the beginning of the range. Can accept: CrossReferenceFormat, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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