mlreportgen.dom.PDFPageFooter Class
Namespace: mlreportgen.dom
Page footer definition for PDF document
Description
Add a footer to the first page of a layout or to odd pages, even pages, or both.
The mlreportgen.dom.PDFPageFooter
class is a handle
class.
Creation
Description
creates an empty page footer based on the default PDF template.pdfFooter
= PDFPageFooter
creates a page footer for the specified type of page, that is, odd, even, or
first, based on the default PDF template.pdfFooter
= PDFPageFooter(pageType
)
creates a page footer based on the specified template.pdfFooter
= PDFPageFooter(pageType
,templatePath
)
creates a page footer for the specified type of page, based on the specified
document part template in the specified template.pdfFooter
= PDFPageFooter(pageType
,templatePath
,docPartTemplateName
)
creates a page footer for the specified type of page, based on the specified
document part template from the specified source. The source can be a
document or a document part.pdfFooter
= PDFPageFooter(pageType
,templateSrc
,docPartTemplateName
)
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2016a