mlreportgen.dom.RawText Class
Namespace: mlreportgen.dom
Insert HTML, Microsoft Word XML, or PDF Formatting Object markup in document
Description
Use an object of the mlreportgen.dom.RawText class to insert HTML, Microsoft® Word XML markup, or PDF Formatting Object markup in a document.
To see what DOM objects you can append an mlreportgen.dom.RawText object to,
see Append mlreportgen.dom.RawText object to DOM class object.
The mlreportgen.dom.RawText class is a handle class.
Creation
Description
creates an
empty text = RawTextRawText object.
You can append a RawText object only to a
Document object.
creates a text = RawText(htmlMarkup)RawText object containing the specified HTML
markup.
Input Arguments
Properties
Examples
More About
Version History
Introduced in R2014b