CrossReferenceFormat
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedCharacterStyle | CharacterStyle | r/w | Character style of the cross reference format. |
buildingBlocks | BuildingBlocks | readonly | A collection of cross reference building blocks. |
id | number | readonly | The unique ID of the CrossReferenceFormat. |
index | number | readonly | The index of the CrossReferenceFormat within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
label | string | r/w | A property that can be set to any string. |
name | string | r/w | The name of the CrossReferenceFormat. |
parent | Document | readonly | The parent of the CrossReferenceFormat (a Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array of CrossReferenceFormat getElements ()
Resolves the object specifier, creating an array of object references.
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
void remove ()
Deletes the CrossReferenceFormat.
string toSource ()
Generates a string which, if executed, will return the CrossReferenceFormat.
string toSpecifier ()
Retrieves the object specifier.
Element of
BuildingBlock.parent
CrossReferenceSource.appliedFormat
Used in:
array of CrossReferenceFormat CrossReferenceFormats.itemByRange (from: any, to: any)
CrossReferenceFormat CrossReferenceFormats.nextItem (obj: CrossReferenceFormat)
CrossReferenceFormat CrossReferenceFormats.previousItem (obj: CrossReferenceFormat)
CrossReferenceSource CrossReferenceSources.add (source: Text, appliedFormat: CrossReferenceFormat[, withProperties: Object])
Return
Array of CrossReferenceFormat CrossReferenceFormat.getElements ()
CrossReferenceFormat CrossReferenceFormats.[] (index: number)
CrossReferenceFormat CrossReferenceFormats.add ([name: string][, withProperties: Object])
CrossReferenceFormat CrossReferenceFormats.anyItem ()
Array of CrossReferenceFormat CrossReferenceFormats.everyItem ()
CrossReferenceFormat CrossReferenceFormats.firstItem ()
CrossReferenceFormat CrossReferenceFormats.item (index: any)
CrossReferenceFormat CrossReferenceFormats.itemByID (id: number)
CrossReferenceFormat CrossReferenceFormats.itemByName (name: string)
Array of CrossReferenceFormat CrossReferenceFormats.itemByRange (from: any, to: any)
CrossReferenceFormat CrossReferenceFormats.lastItem ()
CrossReferenceFormat CrossReferenceFormats.middleItem ()
CrossReferenceFormat CrossReferenceFormats.nextItem (obj: CrossReferenceFormat)
CrossReferenceFormat CrossReferenceFormats.previousItem (obj: CrossReferenceFormat)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |