DataMergeTextPlaceholder
A data merge text placeholder.
DataMergeTextPlaceholder Properties
| Property |
Type |
Access |
Description |
| field |
DataMergeField |
read |
The related field. |
| index |
Long |
read |
Index of the object within its parent object. |
| length |
Long |
read |
The number of characters in the object. |
| parent |
Object |
read |
The parent of the object. |
| parentStory |
Story |
read |
The story containing the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| storyOffset |
Long |
read |
The location of the object from the beginning of the story. |
DataMergeTextPlaceholder Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |