Skip to content

Field Properties - Common Tab - Variable Height

If the height of the to-be-printed text is greater than the object height, the checkbox Variable Height can be checked.

The object will then grow in height.

If this is set for a vertical line or for a box, the line or box will grow in height when the section gets higher through the use of another variable height object.

The setting can be specified via the Variable Height checkbox or via the result of a function. An example of a function to align the field is:

if {?VariableHeight} = 1 then
    return True
else
    return False
end