Package: mlreportgen.dom
Superclasses:
Margin between content and bounding box
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.
creates
an unspecified margin between the content of an object and its bounding
box. marginObj
= InnerMargin()
creates
the specified margin on all sides between the content of an object
and its bounding box. marginObj
= InnerMargin(all
)
creates
the specified margins between the left and right sides of the content
of an object and its bounding box.marginObj
= InnerMargin(left
,right
)
creates
the specified margins between sides of the content of an object and
its bounding box. marginObj
= InnerMargin(left
,right
,top
,bottom
)