Avoid word wrapping in Paragraph
Arnau Sellares <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CALti0t05K=VwLS0UdFSzQiEMhCptk0HE+iJq17kKJZSvyr42NQ@mail.gmail.com> |
Hi, I'm trying to find a way to avoid word wrapping entirely for a given platypus *Paragraph* object. I know it can be done with the *Preformatted* object as well (as the reportlab user guide explains, Preformatted "*Creates a preformatted paragraph which does no wrapping, line splitting or other manipulations*"), but I was wondering whether someone has managed to do the same with a Paragraph, since I had no luck trying to make it work. Thanks in advance, Arnau