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