User`s guide
mlreportgen.dom.RowHeight class
12-257
mlreportgen.dom.RowHeight class
Package: mlreportgen.dom
Height of table row
Description
Specifies the height of a table row.
Construction
rowHeightObj = RowHeight() specifies row height to be 1 inch.
rowHeightObj = RowHeight(height) sets a row to the specified height.
rowHeightObj = RowHeight(height,heightType) sets a row to be exactly
the specified height or at least the specified height. Applies only to Microsoft Word
documents.
Input Arguments
height — Height of table row
'1in' (default)
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