DocumentCollection Methods |
The DocumentCollection type exposes the following members.
Methods| | Name | Description |
|---|
 | Add |
Not supported, yet.
|
 | Clear |
Not supported, yet.
|
 | Contains |
Not supported, yet.
|
 | CopyTo |
Copies the DocumentCollection from a specified position to a specified array.
|
 | CreateDoc |
Loads a Document from the specified filename.
|
  | CreateDocLicensed(String, Boolean, Boolean, RuntimeLicenseCollection) |
Loads a Document from the specified filename with specified runtime licenses.
|
 | CreateDocLicensed(String, Boolean, Boolean, Object) |
Loads a Document from the specified filename with specified runtime licenses (VBScript compatible version)
|
 | CreateEmptyDoc |
Loads an empty default Document |
 | CreateRuntimeLicenseCollection |
Creates a new instance of RuntimeLicenseCollection |
 | GetEnumerator |
Enumerates through the list of documents.
|
 | IndexOf |
Gets the index of specified document.
|
 | Insert |
Not supported, yet.
|
 | IsDocumentOpen |
Checks if a Document with the same filename is already open.
|
 | Remove |
Not supported, yet.
|
 | RemoveAt |
Not supported, yet.
|
Top
See Also