User`s guide
mlreportgen.dom.DOCXSection class
12-105
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
PageFooters — Page footers for this section
array of mlreportgen.dom.DOCXPageFooter objects
You can define up to three page footers for a section — one each for:
• The first page of the section
• Even pages
• Odd pages
PageHeaders — Page headers for this section
array of mlreportgen.dom.DOCXPageHeader objects
You can define up to three page headers for a section — one each for:
• The first page of the section
• Even pages
• Odd pages
PageMargins — Margin sizes and page orientation in this section
mlreportgen.dom.DOCXPageMargins object
Margin sizes and page orientation in this section, specified as an
mlreportgen.dom.DOCXPageMargins object.
PageSize — Size of pages in this section
mlreportgen.dom.DOCXPageSize object
Size of pages in this section, specified as an mlreportgen.dom.DOCXPageSize object.
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
RawFormats — XML markup for unsupported section formats
cell array
Cell array of strings, with each string containing Word XML markup for a Word format.
For information about XML markup for Word formats, see http://officeopenxml.com/
anatomyofOOXML.php.