User`s guide

mlreportgen.dom.InnerMargin class
12-183
mlreportgen.dom.InnerMargin class
Package: mlreportgen.dom
Margin between content and bounding box
Description
Specifies the margin between the content and the bounding box of a document object. A
bounding box of an object includes the border of the object (if it has a border), the inner
margin, and the object content.
Construction
marginObj = InnerMargin() creates an unspecified margin between the content of an
object and its bounding box.
marginObj = InnerMargin(all) creates the specified margin on all sides between
the content of an object and its bounding box.
marginObj = InnerMargin(left,right) creates the specified margins between the
left and right sides of the content of an object and its bounding box.
marginObj = InnerMargin(left,right,top,bottom) creates the specified
margins between sides of the content of an object and its bounding box.
Input Arguments
all — Margin size on all sides
string
String specifying the margin on all sides between the content of an object and its
bounding box. 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