Package: mlreportgen.dom
Superclasses:
Size and orientation of pages in Microsoft Word and PDF documents
Specifies the height, width, and orientation of pages in a section of a Microsoft® Word or PDF document.
creates a page size
object having default values of 8.5-by-11 inches and portrait orientation.PageSizeObj
= PageSize()
creates a portrait page having a specified height and width.PageSizeObj
= PageSize(height
,width
)
creates a page having the specified height, width, and orientation.PageSizeObj
= PageSize(height
,width
,orientation
)
mlreportgen.dom.DOCXPageLayout
| mlreportgen.dom.PageMargins
| mlreportgen.dom.PDFPageLayout