mlreportgen.report.InlineContent Class
Namespace: mlreportgen.report
Superclasses: mlreportgen.report.Reporter
Fill inline content hole reporter
Description
Reporter for templates with an inline content hole. An inline hole is a hole within a
document body paragraph. Other reporters use this InlineContent
reporter
to fill inline holes in their templates. Reporters have methods that return instances of
this object. Using these object instances, you can customize the format of the content
used to fill the holes in their templates. For example, for the TitlePage
reporter, the getTitleReporter
method returns the instance that the
TitlePage
reporter uses to fill the TitlePageTitle
hole in its template. To customize the title format, specify a custom template for the
InlineContent
reporter returned by the
getTitleReporter
method.
Note
Reporters create instances of this object. You do not need to create this object yourself.
The mlreportgen.report.InlineContent
class is a handle
class.
Properties
Version History
Introduced in R2017b