User`s guide

mlreportgen.dom.Height class
12-155
mlreportgen.dom.Height class
Package: mlreportgen.dom
Height of object
Description
Specifies the height of an image.
Construction
heightObj = Height() creates a format object that specifies a height of 1 inch.
heightObj = Height(value) creates a height object having the specified height.
Input Arguments
value — Height of object
'1in' (default) | string
String having the format valueUnits, where Units is an abbreviation for the units in
which the height is expressed. The following abbreviations are valid:
no abbreviation — pixels
cm — centimeters
in — inches
mm — millimeters
pi — picas
pt — points
px — pixels
Output Arguments
heightObj — Height of object
mlreportgen.dom.Height object