A cross reference building block object.
Go to Property Listing | Method Listing
Boolean, BuildingBlockTypes, CharacterStyle, Number, Object, String
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
Character style to be applied to the building block. |
||
|
read/write |
Delimiter character for paragraph text and full paragraph building blocks. It is ignored for other types of building blocks. |
||
|
read/write |
Type of the building block. |
||
|
read/write |
Building block custom text. Currently this is only useful in custom string building block. It is ignored for other types of building blocks. |
||
|
read/write |
If true, the source generated for the building block includes the delimiter. It is ignored if no delimiter is specified on the building block. |
||
|
readonly |
The index of the BuildingBlock within its containing object. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
readonly |
The parent of the BuildingBlock (a CrossReferenceFormat). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
BuildingBlock getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the BuildingBlock.
String toSource ()
Generates a string which, if executed, will return the BuildingBlock.
String toSpecifier ()
Retrieves the object specifier.