Class
A collection of XML tags.
add, count
XMLTags
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLTag add ([name:
string][, tagColor:
any][, withProperties:
Object])
Creates a tag.
Parameter | Type | Description |
---|---|---|
name | string | The name of the tag. (Optional) |
tagColor |
Array
of 3 Reals (0 - 255) UIColors | The dolor of the tag, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can accept: Array of 3 Reals (0 - 255) or UIColors enumerator. (Optional) |
withProperties | Object | Initial values for properties of the new XMLTag (Optional) |
number count ()
Displays the number of elements in the XMLTag.
Element of
Application.xmlTags
Document.xmlTags
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |