Width of object, such as an image or a table entry, specified
in the form valueUnits
, where Units
is
an abbreviation for the units. These abbreviations are valid:
The resulting width of a column depends on the types of widths
(absolute or fractional (%) of table width) that you use for each
table entry. Setting the width of the entire column, or setting a
table entry to resize to fit its contents also affect the resulting
column width.
Table Entry Width Setting | Resulting Column Width |
---|
Two or more table entries set to different absolute widths | Maximum of the absolute widths |
Two or more table entries set to different fractional widths, expressed as a percent (%) of
the table width | Maximum of the fractional widths |
Mixture of table entries set to absolute widths and fractional
widths | For PDF output, maximum of the absolute widths.
For
all other output formats (for example, Word and HTML), the output
application determines the maximum column width to use. |
One or more table entry widths set to absolute widths or fractional
widths, and the column width set using mlreportgen.dom.TableColSpecGroup | Maximum of the specified table entry widths and the column
width |
One or more table entry widths set to absolute widths or fractional
widths, and mlreportgen.dom.ResizeToFitContents set to true | For PDF output, maximum of the table entry widths.
For
all other output formats, maximum of the resized-to-fit table entry
widths. |