InstancesCrossReferenceSource [] (index:
number)
Returns the CrossReferenceSource with the specified index.
Parameter | Type | Description |
index | number | The index. |
CrossReferenceSource add (source:
Text, appliedFormat:
CrossReferenceFormat[, withProperties:
Object])
Creates a new cross reference text source.
Parameter | Type | Description |
source | Text | The text or insertion point to create the source. |
appliedFormat | CrossReferenceFormat | Format used for cross reference source. |
withProperties | Object | Initial values for properties of the new CrossReferenceSource (Optional) |
CrossReferenceSource anyItem ()
Returns any CrossReferenceSource in the collection.
number count ()
Displays the number of elements in the CrossReferenceSource.
Array of CrossReferenceSource everyItem ()
Returns every CrossReferenceSource in the collection.
CrossReferenceSource firstItem ()
Returns the first CrossReferenceSource in the collection.
CrossReferenceSource item (index:
varies)
Returns the CrossReferenceSource with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
CrossReferenceSource itemByID (id:
number)
Returns the CrossReferenceSource with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
CrossReferenceSource itemByName (name:
string)
Returns the CrossReferenceSource with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of CrossReferenceSource itemByRange (from:
varies, to:
varies)
Returns the CrossReferenceSources within the specified range.
Parameter | Type | Description |
from | CrossReferenceSource Long Integer String | The CrossReferenceSource, index, or name at the beginning of the range. Can accept: CrossReferenceSource, Long Integer or String. |
to | CrossReferenceSource Long Integer String | The CrossReferenceSource, index, or name at the end of the range. Can accept: CrossReferenceSource, Long Integer or String. |
CrossReferenceSource lastItem ()
Returns the last CrossReferenceSource in the collection.
CrossReferenceSource middleItem ()
Returns the middle CrossReferenceSource in the collection.
CrossReferenceSource nextItem (obj:
CrossReferenceSource)
Returns the CrossReferenceSource whose index follows the specified CrossReferenceSource in the collection.
Parameter | Type | Description |
obj | CrossReferenceSource | The CrossReferenceSource whose index comes before the desired CrossReferenceSource. |
CrossReferenceSource previousItem (obj:
CrossReferenceSource)
Returns the CrossReferenceSource with the index previous to the specified index.
Parameter | Type | Description |
obj | CrossReferenceSource | The index of the CrossReferenceSource that follows the desired CrossReferenceSource. |
string toSource ()
Generates a string which, if executed, will return the CrossReferenceSource.
|