mlreportgen.dom.PDFPageHeader Class
Namespace: mlreportgen.dom
Page header definition for PDF document
Description
Add a header to the first page of a section or to odd pages, even pages, or both.
The mlreportgen.dom.PDFPageHeader
class is a handle
class.
Creation
Description
creates an empty page header based on the default PDF template.pdfHeader
= PDFPageHeader
creates a page header for the specified type of page, that is, odd, even, or
first, based on the default PDF template.pdfHeaderer
= PDFPageHeader(pageType
)
creates a page header for the specified type of page based on the specified
template.PageHeader
= PDFPageHeader(pageType
,templatePath
)
creates a page header for the specified type of page, based on the specified
document part template in the specified template.pdfHeader
= PDFPageHeader(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.pdfHeader
= PDFPageHeader(pageType
,templateSrc
,docPartTemplateName
)
Input Arguments
Properties
Methods
Version History
Introduced in R2016a