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