mlreportgen.dom.PageRef Class
Namespace: mlreportgen.dom
Create placeholder for reference to page number of link target
Description
Use an object of the mlreportgen.dom.PageRef class to create a placeholder for a reference to the page number of a link target.
This object applies only to Word and PDF output. For Word output, opening a document
causes Word to replace this object with the page number of the link target that this
object specifies. For PDF output, the DOM API replaces this object with the page number
of the link target that it specifies.
Tip
Use this object to generate page references, such as "See page 15 for more information."
To see what DOM objects you can append an mlreportgen.dom.PageRef object to,
see Append mlreportgen.dom.PageRef 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.PageRef class is a handle class.
Creation
Description
Input Arguments
Properties
Methods
Examples
More About
Version History
Introduced in R2016a