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.
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(docElementObj
)
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
Version History
Introduced in R2024a