-
| add( |
[value=""], storyOffset [, withProperties]) |
→ XMLComment |
-
Creates a new XML comment.
value
|
string
The value of the comment. (Optional)
|
storyOffset
|
The location within the story, specified as an insertion point. Can accept: InsertionPoint or Long Integer. (Optional)
|
withProperties
|
Object
Initial values for properties of the new XMLComment (Optional)
|
-
-
Returns any XMLComment in the collection.
-
-
Displays the number of elements in the XMLComment.
-
-
Returns every XMLComment in the collection.
-
-
Returns the first XMLComment in the collection.
-
-
Returns the XMLComment with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the XMLComment with the specified ID.
-
-
Returns the XMLComments within the specified range.
from
|
The XMLComment, index, or name at the beginning of the range. Can accept: XMLComment, Long Integer or String.
|
to
|
The XMLComment, index, or name at the end of the range. Can accept: XMLComment, Long Integer or String.
|
-
-
Returns the last XMLComment in the collection.
-
-
Returns the middle XMLComment in the collection.
-
-
Returns the XMLComment whose index follows the specified XMLComment in the collection.
obj
|
XMLComment
The XMLComment whose index comes before the desired XMLComment.
|
-
-
Returns the XMLComment with the index previous to the specified index.
obj
|
XMLComment
The index of the XMLComment that follows the desired XMLComment.
|
-
-
Generates a string which, if executed, will return the XMLComment.