close
Class: mlreportgen.dom.Document
Namespace: mlreportgen.dom
Close document
Syntax
Description
closes the tf
= close(docObj
)mlreportgen.dom.Document
object specified by
docObj
, and returns 1
if successful. If
the object specified by docObj
is not currently open, then it
returns 0
. Once a document is closed, you can no longer append
content to it. Closing the document outputs any remaining content, such as remaining
template text.
Examples
Input Arguments
Version History
Introduced in R2014b