Class
A collection of documents.
add, count
Documents
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| length | number | readonly | The number of objects in the collection. |
Methods
Instances
Document add ([showingWindow:
bool=true][, documentPreset:
DocumentPreset][, withProperties:
Object])
Creates a new document.
| Parameter | Type | Description |
|---|---|---|
| showingWindow | bool | If true, displays the document. (Optional) (default: true) |
| documentPreset | DocumentPreset | The document preset to use. (Optional) |
| withProperties | Object | Initial values for properties of the new Document (Optional) |
number count ()
Displays the number of elements in the Document.
Element of
Application.documents
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |