BuildingBlock
A cross reference building block object.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, remove, removeEventListener, toSource, toSpecifier
Objects:
Boolean, BuildingBlockTypes, CharacterStyle, EventListeners, Events, Number, Object, String
Property Listing
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. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
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. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
BuildingBlock getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the BuildingBlock.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the BuildingBlock.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent