mlreportgen.dom.CustomAttribute Class
Namespace: mlreportgen.dom
Custom element attribute
Description
Use an object of the mlreportgen.dom.CustomAttribute class to to specify a custom element attribute.
Construction
creates
an empty custom attribute.customAttributeObj = CustomAttribute
creates an attribute having the specified customAttributeObj = CustomAttribute(name)name.
creates an attribute having the specified customAttributeObj = CustomAttribute(name,value)name and
value.
Input Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2014b