WebDocument
WebDocument class
Represents a transition form of the presentation for saving into a web format.
WebDocument
| Name | Description |
|---|---|
| WebDocument(WebDocumentOptions) | WebDocument function. |
Parameters:
| Name | Type | Description |
|---|---|---|
| options | WebDocumentOptions | Options set for the document. |
Returns: WebDocument
getGlobal
| Name | Description |
|---|---|
| getGlobal () | Returns global storage of the document. Read-only Storage. |
Returns: Storage
getInput
| Name | Description |
|---|---|
| getInput () | Returns collection of input elements (templates) of the document. Read-only Input( #getInput). |
Returns: Input
getOutput
| Name | Description |
|---|---|
| getOutput () | Returns collection of output elements of the document. Read-only Output( #getOutput). |
Returns: Output
save
| Name | Description |
|---|---|
| save () | Saves the document output. |