Package: mlreportgen.dom
Superclasses:
Height of table row
Specifies the height of a table row.
This format object enables you to specify an exact (fixed) row height in Microsoft® Word output. If the row content does not fit in the specified height, Word
truncates the content to preserve the specified height. For PDF and HTML output, the
behavior of the mlreportgen.dom.RowHeight
format object is the same as
the behavior of the mlreportgen.dom.Height
format object.
With both format objects, PDF and HTML documents treat the specified height as a minimum
to be adjusted upward to accommodate content. If you do not need to specify an exact
height, you can use either RowHeight
or Height
to specify
the height.
specifies a row that is
exactly one inch high.rowHeightObj
= RowHeight()
sets a row to exactly the specified height.rowHeightObj
= RowHeight(height
)
sets a row to be exactly the specified height or at least the specified height,
depending on the value of rowHeightObj
= RowHeight(height
,heightType
)heightType
.