TextVariables
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
TextVariable [] (index:
number)
Returns the TextVariable with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
TextVariable add ([withProperties:
Object])
Creates a new TextVariable.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new TextVariable (Optional) |
TextVariable anyItem ()
Returns any TextVariable in the collection.
number count ()
Displays the number of elements in the TextVariable.
Array of TextVariable everyItem ()
Returns every TextVariable in the collection.
TextVariable firstItem ()
Returns the first TextVariable in the collection.
TextVariable item (index:
any)
Returns the TextVariable with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
TextVariable itemByName (name:
string)
Returns the TextVariable with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of TextVariable itemByRange (from:
any, to:
any)
Returns the TextVariables within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String TextVariable | The TextVariable, index, or name at the beginning of the range. Can accept: TextVariable, Long Integer or String. |
to | Long Integer String TextVariable | The TextVariable, index, or name at the end of the range. Can accept: TextVariable, Long Integer or String. |
TextVariable lastItem ()
Returns the last TextVariable in the collection.
TextVariable middleItem ()
Returns the middle TextVariable in the collection.
TextVariable nextItem (obj:
TextVariable)
Returns the TextVariable whose index follows the specified TextVariable in the collection.
Parameter | Type | Description |
---|---|---|
obj | TextVariable | The TextVariable whose index comes before the desired TextVariable. |
TextVariable previousItem (obj:
TextVariable)
Returns the TextVariable with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | TextVariable | The index of the TextVariable that follows the desired TextVariable. |
string toSource ()
Generates a string which, if executed, will return the TextVariable.
Element of
Application.textVariables
Document.textVariables
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |