mlreportgen.dom.DOCXPageHeader Class
Namespace: mlreportgen.dom
Page header definition for Microsoft Word document
Description
Add a header to the first page of a section or to odd pages, even pages, or both.
The mlreportgen.dom.DOCXPageHeader
class is a handle
class.
Creation
Description
creates a page header based on the default Word template.docxHeader
= DOCXPageHeader
creates a page header for the specified type of page, that is, odd, even, or
first, based on the default Word template.docxHeader
= DOCXPageHeader(pageType
)
creates a page header for the specified type of page based on the specified
template.docxHeader
= DOCXPageHeader(pageType
,templatePath
)
creates a page header for the specified type of page, based on the specified
document part template in the specified template.docxHeader
= DOCXPageHeader(pageType
,templatePath
,docPartTemplateName
)
creates a page header for the specified type of page, based on the specified
document part template used by the specified source. The source can be a
document or a document part.docxHeader
= DOCXPageHeader(pageType
,templateSrc
,docPartTemplateName
)
Input Arguments
Properties
Methods
Version History
Introduced in R2014b