Documents

A collection of documents.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Document add ([showingWindow:Boolean=Boolean], documentPreset:DocumentPreset, withProperties:Object)

Creates a new document.

Parameter

Type

Description

showingWindow

Boolean

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.

Object of

Application.documents