getPubDateReporter
Class: mlreportgen.report.TitlePage
Namespace: mlreportgen.report
Get title page publication date reporter
Syntax
reporter = getPubDateReporter(tp)
Description
Input Arguments
Output Arguments
Examples
Use Nondefault Title Page Publication Date Style
Create a style for the publication date on your title page that differs from the
default. Before you run this example, create a template file named
MyTitlePageTemplate
and customize its
TitlePagePubDate
style. Then, use
getPubDateReporter
and the TemplateSrc
property to use your
template.
import mlreportgen.report.* rpt = Report(); tp = TitlePage(); tp.PubDate = "June 1 2017"; tp.PubDate = getPubDateReporter(tp); tp.PubDate.TemplateSrc = "MyTitlePageTemplate"; add(rpt,tp);
Version History
Introduced in R2017b