// try to derive whether there was a change.
isPrintableContent = false;
}
// 3. Evaluate the Display Condition
final Expression dc = text.getDisplayCondition();
if (dc != null)
{
final Object o = LayoutControllerUtil.evaluateExpression(getFlowController(), text, dc);
if (Boolean.FALSE.equals(o))
{