Avatar

Level 10

Hi, there are a two methods of justifying the texts but only one is accessible through Designers UI.
Try the following:

  1. Select the field.
  2. Switch to the XML Source and look for the <para> element and its hAlign attribute (for example <para> hAlign="justify" … </para>)
  3. Change the hAlign attribute from hAlign="justify" into hAlign="justifyAll".
  4. Switch back to the Design View ans see what happens.