mlreportgen.dom.Endnote Class
Namespace: mlreportgen.dom
Description
Use an object of the mlreportgen.dom.Endnote class to include an endnote in a DOCX or PDF report.
To see what DOM objects you can append an mlreportgen.dom.Endnote object to, see
Append mlreportgen.dom.Endnote object to DOM class object.
This class is only compatible with these MATLAB® Report Generator™ output types:
"docx""pdf""pdfa"(since R2025a)
The mlreportgen.dom.Endnote class is a handle class.
Creation
Description
endnote = Endnote creates a default endnote object.
creates an endnote object, and appends its children with the endnote = Endnote(text)Text
object created using the specified string.
creates an endnote object, and appends its children with the endnote = Endnote(double)Number
object created using the specified double value.
creates an endnote object, and appends the specified DOM object to its children.endnote = Endnote(domObj)
sets the endnote = Endnote(___,customMark)CustomMark property to customMark, in
addition to any combination of input arguments from previous syntaxes.
Input Arguments
Properties
Methods
Examples
More About
Version History
Introduced in R2024a