Main Content

append

Class: slreportgen.webview.WebViewDocument
Namespace: slreportgen.webview

Append content to a web view document

Syntax

append(wvdoc,content)

Description

append(wvdoc,content) appends content to the web view document. You can append any type of content that can be appended to an mlreportgen.dom.Document object.

Input Arguments

expand all

Web view document, specified as an slreportgen.webview.WebViewDocument object.

The value of this object can be any type of MATLAB or DOM API object that can be appended to a DOM document.

Tips