mlreportgen.dom.OuterMargin Class
Namespace: mlreportgen.dom
Margin between bounding box and the adjacent document element objects
Description
Specifies the margin between the bounding box of an object and adjacent document objects. The bounding box of an object includes the inner margin and object content. If the object has a border, the box also includes the border.
The mlreportgen.dom.OuterMargin class is a handle class.
Class Attributes
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates an unspecified margin between the bounding box of an object and the
adjacent document element objects.marginObj = mlreportgen.dom.OuterMargin
creates the specified margin on all sides between the bounding box of an
object and the adjacent document element objects.marginObj = mlreportgen.dom.OuterMargin(all)
Input Arguments
Properties
Examples
Version History
Introduced in R2014b