Returns the XMLComment with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Creates a new XML comment.
storyOffset?
InsertionPoint | LongInteger
The location within the story, specified as an insertion point. Can accept: InsertionPoint or Long Integer.
Returns any XMLComment in the collection.
→ Number
Displays the number of elements in the XMLComment.
→ XMLComment[]
Returns every XMLComment in the collection.
Returns the first XMLComment in the collection.
Returns the XMLComment with the specified index or name.
Returns the XMLComment with the specified ID.
→ XMLComment[]
Returns the XMLComments within the specified range.
from
LongInteger | XMLComment | String
The XMLComment, index, or name at the beginning of the range. Can accept: XMLComment, Long Integer or String.
to
LongInteger | XMLComment | String
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.
Returns the XMLComment with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the XMLComment.
Object of 2
Properties elsewhere that hold a XMLComments.