User`s guide
12 Classes – Alphabetical List
12-94
mlreportgen.dom.DOCXPageMargins class
Package: mlreportgen.dom
Page margins for Microsoft Word page layout
Description
Specifies the size of the page margins of a section of a Microsoft Word document.
Construction
docxPageMarginsObj = DOCXPageMargins() specifies default page margins, which
are one inch for the top, bottom, left, and right margins, and one-half inch for the gutter,
header, and footer margins.
Output Arguments
docxPageMarginsObj — Page margins
DOCXPageMargins object
Page margins, represented by an DOCXPageMargins object.
Properties
Bottom — Bottom margin size
string
String specifying the width of the bottom margin. 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