User`s guide

12 Classes – Alphabetical List
12-98
pi — picas
pt — points
px — pixels
width — Width of page
'8.5in' (default) | string
The string must have the format valueUnits, where Units is an abbreviation for the
units in which the width size is expressed. Valid abbreviations are:
no abbreviation — pixels
cm — centimeters
in — inches
mm — millimeters
pi — picas
pt — points
px — pixels
orientation — Orientation of page
string
Use one of these values:
'portrait' (default)
'landscape'
Specify height and width values that reflect the orientation setting. For example, if the
orientation is landscape and the document is to be printed on 8.5x11-inch paper, set
height to '8.5in' and width to '11in'.
Output Arguments
docxPageSizeObj — Page size and orientation of Word document
mlreportgen.dom.DOCXPageSize object
Page size and orientation of a Word document, represented by an
mlreportgen.dom.DOCXPageSize object.