Hi I am trying to wrap the long word like email within the cell but am unable to do the same, I have tried multiple options like wrap-option="wrap", hyphenate="true" but no luck. Could anyone please help with the same?wrap_email
<fo:block font-size="9pt" margin-bottom="12pt">
#if($!{email})
${email.toUpperCase()}
#else
${displayUid.toUpperCase()}
#end
</fo:block>