Click or drag to resize

DocumentCollection Methods

The DocumentCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Not supported, yet.
Public methodClear
Not supported, yet.
Public methodContains
Not supported, yet.
Public methodCopyTo
Copies the DocumentCollection from a specified position to a specified array.
Public methodCreateDoc
Loads a Document from the specified filename.
Public methodCode exampleCreateDocLicensed(String, Boolean, Boolean, RuntimeLicenseCollection)
Loads a Document from the specified filename with specified runtime licenses.
Public methodCreateDocLicensed(String, Boolean, Boolean, Object)
Loads a Document from the specified filename with specified runtime licenses (VBScript compatible version)
Public methodCreateEmptyDoc
Loads an empty default Document
Public methodCreateRuntimeLicenseCollection
Creates a new instance of RuntimeLicenseCollection
Public methodGetEnumerator
Enumerates through the list of documents.
Public methodIndexOf
Gets the index of specified document.
Public methodInsert
Not supported, yet.
Public methodIsDocumentOpen
Checks if a Document with the same filename is already open.
Public methodRemove
Not supported, yet.
Public methodRemoveAt
Not supported, yet.
Top
See Also