mlreportgen.dom.PDFPageFooter class
Package: mlreportgen.dom
Superclasses:
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.
Construction
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
Output Arguments
Properties
Methods
Use DocumentPageFooter
methods as you use
the corresponding Document
methods.
Method | Purpose |
---|---|
Append one of these DOM objects to the footer:
| |
Close the footer. | |
Fill the template hole. | |
Move to the next template hole. | |
Open the footer. |