-
add( |
[showingWindow=true] [, documentPreset] [, withProperties]) |
→ Document |
-
Creates a new document.
showingWindow
|
bool
If true, displays the document. (Optional)
|
documentPreset
|
DocumentPreset
The document preset to use. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Document (Optional)
|
-
-
Returns any Document in the collection.
-
-
Displays the number of elements in the Document.
-
-
Returns every Document in the collection.
-
-
Returns the first Document in the collection.
-
-
Returns the Document with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Document with the specified ID.
-
-
Returns the Document with the specified name.
-
-
Returns the Documents within the specified range.
from
|
The Document, index, or name at the beginning of the range. Can accept: Document, Long Integer or String.
|
to
|
The Document, index, or name at the end of the range. Can accept: Document, Long Integer or String.
|
-
-
Returns the last Document in the collection.
-
-
Returns the middle Document in the collection.
-
-
Returns the Document whose index follows the specified Document in the collection.
obj
|
Document
The Document whose index comes before the desired Document.
|
-
-
Returns the Document with the index previous to the specified index.
obj
|
Document
The index of the Document that follows the desired Document.
|
-
-
Generates a string which, if executed, will return the Document.