mlreportgen.dom.RawText Class
Namespace: mlreportgen.dom
Microsoft Word XML or HTML markup to insert in document
Description
Microsoft® Word XML or HTML markup to insert in a document.
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. For a Word document, the markup
specified by the DOCXText
property is included in the
document. For an HTML document, the value of the HTMLText
property is included. In either case, the markup must be valid Word XML or
HTML markup, respectively, that can be validly inserted in the body element
of the output document. If you insert invalid markup in a Microsoft Word document, Word may be unable to open the document.
creates a text
= RawText(htmlMarkup
)RawText
object containing the specified HTML
markup.
Input Arguments
Properties
Examples
Version History
Introduced in R2014b