-
add( |
[at=LocationOptions.UNKNOWN], reference [, withProperties]) |
→ Note |
-
Creates a new note.
at
|
LocationOptions
The location relative to the reference object or within the containing object. (Optional)
|
reference
|
The reference object. Note: Required when the at parameter specifies before or after. Can accept: Note or InsertionPoint. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Note (Optional)
|
-
-
Returns any Note in the collection.
-
-
Displays the number of elements in the Note.
-
-
Returns every Note in the collection.
-
-
Returns the first Note in the collection.
-
-
Returns the Note with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Note with the specified ID.
-
-
Returns the Note with the specified name.
-
itemByRange( |
from, to) |
→ Note |
-
Returns the Notes within the specified range.
from
|
The Note, index, or name at the beginning of the range. Can accept: Note, Long Integer or String.
|
to
|
The Note, index, or name at the end of the range. Can accept: Note, Long Integer or String.
|
-
-
Returns the last Note in the collection.
-
-
Returns the middle Note in the collection.
-
-
Returns the Note whose index follows the specified Note in the collection.
obj
|
Note
The Note whose index comes before the desired Note.
|
-
previousItem( |
obj) |
→ Note |
-
Returns the Note with the index previous to the specified index.
obj
|
Note
The index of the Note that follows the desired Note.
|
-
-
Generates a string which, if executed, will return the Note.