Package: mlreportgen.dom
Size and orientation of pages in Microsoft Word and PDF reports
Use an object of the mlreportgen.dom.PageSize
class to specify the
height, width, and orientation of pages in a Microsoft® Word or PDF report.
The mlreportgen.dom.PageSize
class is a handle
class.
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
creates a PageSizeObj
= mlreportgen.dom.PageSize()PageSize
object with properties that specify a height
of 11 inches, a width of 8.5 inches, and a portrait orientation.
creates a page size object that has the specified height and width and a
portrait orientation.PageSizeObj
= mlreportgen.dom.PageSize(height
,width
)
creates a page size object that has the specified height, width, and
orientation.PageSizeObj
= mlreportgen.dom.PageSize(height
,width
,orientation
)
mlreportgen.dom.DOCXPageLayout
| mlreportgen.dom.PageMargins
| mlreportgen.dom.PDFPageLayout
| mlreportgen.report.ReporterLayout
| mlreportgen.report.ReportLayout