Package: mlreportgen.dom
Superclasses:
Scale image to fit page or table entry
Specifies whether to scale an image to fit between the margins of a Microsoft® Word or PDF page or table entry.
To use this format to scale an image to fit a table entry, you must specify the entry height and width by including either:
An mlreportgen.dom.Height
or mlreportgen.dom.Width
object
in the entry Style
property
A Height
or Width
object
in the parent table TableEntriesStyle
property
A Height
object in the Style
property
of the parent table or table section
A Width
object in the Style
property
of the parent row
scales
an image to fit between the margins of a page. scaleToFitObj
= ScaleToFit()
scales
an image if scaleToFitObj
= ScaleToFit(value
)value
is true
.