mlreportgen.dom.CustomText Class
Namespace: mlreportgen.dom
Superclasses:
Plain text appended to custom element
Description
Plain text to append to a custom element.
Construction
creates an
empty customTextObj
= CustomTextCustomText
object.
creates a customTextObj
= CustomText(text
)CustomText
object containing the specified text.
Input Arguments
text
— Text to append to custom element
character vector
Text to append to custom element, specified as a character vector or string scalar.
Output Arguments
customTextObj
— Text to append to custom element
mlreportgen.dom.CustomText
object
Text to append to a custom element, returned as an
mlreportgen.dom.CustomText
object.
Properties
Parent
— Parent of mlreportgen.dom.CustomText
object
document element object
Parent of mlreportgen.dom.CustomText
object, specified as a document element
object. A document element must have only one parent.
Attributes:
SetAccess
private
NonCopyable
true
Tag
— Tag for mlreportgen.dom.CustomText
object
character vector | string scalar
Tag for the mlreportgen.dom.CustomText
object, specified as a character vector or
string scalar. The DOM API generates a session-unique tag as part of the creation of
this object. The generated tag has the form
CLASS:ID
, where
CLASS
is the object class and
ID
is the value of the
Id
property of the object. Specify your own tag value to help
you identify where to look when an issue occurs during document generation.
Attributes:
NonCopyable
true
Data Types: char
| string
Id
— Object identifier for mlreportgen.dom.CustomText
object
character vector | string scalar
Object identifier for the mlreportgen.dom.CustomText
object, specified as a
character vector or string scalar. The DOM API generates a session-unique identifier
when it creates the document element object. You can specify your own value for
Id
.
Attributes:
NonCopyable
true
Data Types: char
| string
Value
— Text to add
character vector
Text to add to a custom element, specified as a character vector or string scalar.
Examples
Create Custom Text for a Script
import mlreportgen.dom.*; d = Document('test'); script = CustomElement('script'); append(script,CustomText('document.write("Hello World!")')); append(d,script); close(d); rptview('test','html');
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)