User`s guide

12 Classes – Alphabetical List
12-254
mlreportgen.dom.ResizeToFitContents class
Package: mlreportgen.dom
Allow table to resize its columns
Description
Specifies whether a table resizes its columns to fit content.
Construction
resizeToFitContentsObj = ResizeToFitContents() allows a table to resize its
columns to fit their contents.
resizeToFitContentsObj = ResizeToFitContents(tf) allows a table to resize its
columns to fit their contents, if tf is true.
Input Arguments
value — Allow table to resize its columns
logical value
A setting of true (or 1) allows a table to resize its columns to fit their contents. A setting
of false (or 0) causes the content to wrap.
Data Types: logical
Output Arguments
resizeToFitContentsObj — Allow table to resize its columns
mlreportgen.dom.ResizeToFitContents object
Specification of whether a table resizes its columns to fit content or wraps content,
represented by an mlreportgen.dom.ResizeToFitContents object.