WebDocument

WebDocument class

Represents a transition form of the presentation for saving into a web format.

WebDocument

NameDescription
WebDocument(WebDocumentOptions)WebDocument constructor.

Parameters:

NameTypeDescription
optionsWebDocumentOptionsOptions set for the document.

Returns: WebDocument


getGlobal

NameDescription
getGlobal()Returns global storage of the document. Read-only Storage.

Returns: Storage


getInput

NameDescription
getInput()Returns collection of input elements (templates) of the document. Read-only Input( #getInput).

Returns: Input


getOutput

NameDescription
getOutput()Returns collection of output elements of the document. Read-only Output( #getOutput).

Returns: Output


save

NameDescription
save()Saves the document output.