User`s guide
mlreportgen.dom.DOCXPageFooter class
12-85
• first— footer appears only on the first page of a section
• even— footer appears on even pages in a section
For example, to have a footer appear on the first page and on even pages, define two
separate footers, one with pageType set to first and the other with pageType set to
even.
templatePath — Full path of footer template
string
To use a template other than the default Word template, specify a Word footer template.
embeddedTemplateName — Embedded template name
string
An embedded template is a template that is embedded in a Word template.
templateSrc — Document or document part whose template is master template
mlreportgen.dom.Document object | mlreportgen.dom.DocumentPart object
Document or document part whose template is the master template, specified as an
mlreportgen.dom.Document or mlreportgen.dom.DocumentPart object.
Output Arguments
docxPageFooterObj — Page footer for Word document
mlreportgen.dom.DOCXPageFooter object
Page footer for a Word document, represented by an
mlreportgen.dom.DOCXPageFooter object.
Properties
Children — Children of this document
cell array of mlreportgen.dom.Element objects
This read-only property lists child elements that the document element contains.
CurrrentDOCXSection — The current section of Word document
mlreportgen.dom.DOCXSection object