mlreportgen.dom.LineBreak Class
Namespace: mlreportgen.dom
Line break in a Word or PDF report
Description
Use an object of the mlreportgen.dom.LineBreak class to insert a line break anywhere in a Microsoft® Word or PDF report.
To see what DOM objects you can append an mlreportgen.dom.LineBreak object to, see
Append mlreportgen.dom.LineBreak 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.LineBreak class is a handle class.
Class Attributes
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates a line break object.lBreak = mlreportgen.dom.LineBreak
Properties
Methods
Examples
More About
Version History
Introduced in R2016b