mlreportgen.report.Reporter Class
Namespace: mlreportgen.report
Superclass for MATLAB reporters
Description
mlreportgen.report.Reporter
is a superclass for reporter objects that
generate content to add to a report. The format of a reporter is based on a
template.
The mlreportgen.report.Reporter
class is a handle
class.
Creation
Description
creates an empty reporter.reporter
= mlreportgen.report.Reporter
sets properties using name-value pairs. You can specify multiple name-value pair
arguments in any order.report
= mlreportgen.report.Reporter(Name=Value
)
Properties
Methods
Version History
Introduced in R2017b
See Also
mlreportgen.report.Report
| mlreportgen.report.TitlePage
| mlreportgen.report.TableOfContents
| mlreportgen.report.Section
| mlreportgen.report.Chapter
| mlreportgen.report.Equation
| mlreportgen.report.Figure
| mlreportgen.report.FormalImage
| mlreportgen.report.ReporterLayout
| mlreportgen.report.ReportLayout
| mlreportgen.report.InlineContent
| mlreportgen.report.BaseTable