Main Content
mlreportgen.dom.InnerMargin Class
Namespace: 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.
The mlreportgen.dom.InnerMargin
class is a handle
class.
Creation
Description
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
)
Input Arguments
Properties
Examples
Version History
Introduced in R2014b