mlreportgen.dom.Footnote Class
Namespace: mlreportgen.dom
Description
Use an object of the mlreportgen.dom.Footnote class to include an footnote in a DOCX or PDF report.
To see what DOM objects you can append an mlreportgen.dom.Footnote object to, see
Append mlreportgen.dom.Footnote 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.Footnote class is a handle class.
Creation
Description
footnote = Footnote creates a default footnote object.
creates a footnote object and appends its children with the footnote = Footnote(text)Text object
created using the specified string.
creates a footnote object and appends its children with the footnote = Footnote(double)Number
object created using the specified double value.
creates a footnote object and appends the DOM object to the its children using the
specified DOM object.footnote = Footnote(domObj)
sets the CustomMark property to endnote = Footnote(___,customMark)customMark, in addition to any
combination of input arguments from previous syntaxes.
Input Arguments
Properties
Methods
Examples
More About
Version History
Introduced in R2024a