[reportlab-users] Understanding Wordwrap, esp. in tables

Andrew Smart smart at smart-knowhow.de
Wed Nov 14 09:39:17 EST 2007



> what is left oriented wordwrapping are we talking bidi etc etc.


"Left"-oriented wordwrapping:
-----------------------
This is a long sentence
which has a left
oriented word wrapping.
-----------------------

"Block"-oriented wordwrapping:
-----------------------
This is a long sentence
Which has a left
Oriented word wrapping.
-----------------------

The difference is how the left-over space is spent: between the
words or at the end of the line.


> Table cells know nothing about wrapping; they know about text

> lines and flowables (but not simultaneously. Paragraphs just

> about know how to break lines at spaces or at <br/> tags. We

> don't split inside words and I don't think we do right to

> left although others have done both.


Ok, understood.

Regards,
Andrew



More information about the reportlab-users mailing list