mlreportgen.dom.CustomText Class
Namespace: mlreportgen.dom
Append plain text to custom element
Description
Use an object of the mlreportgen.dom.CustomText class to append plain text to a custom element.
Construction
creates an empty
customTextObj = CustomTextCustomText object.
creates a customTextObj = CustomText(text)CustomText object containing the specified text.
Input Arguments
Output Arguments
Properties
Methods
Method | Purpose |
|---|---|
clone |
Note Do not append the same object to a document more than once. Use clone to create a copy when you want to reuse the same content elsewhere in a document. Input Arguments
Return Values
For more information, see the equivalent method for the
|
Examples
Version History
Introduced in R2014b