[reportlab-users] Bulleted Text not displaying
Peter Mattingly
pmattingly at mail.csuchico.edu
Mon Oct 13 15:11:47 EDT 2008
Wow, I don't think I would have ever figured out that particular quirk.
ATTN DEV: Violates rule of least surprise.
Hint: Don't just read the documentation, also look at the tests folder
(unfortunately not included in the Windows installer).
I did. I guess I just wasn't lucky enough to stumble across where this was
covered.
The optional argument bulletText is not the content of your paragraph,
> but the bullet itself.
> For example, try
> para = Paragraph("Blah Blah Blubberfasel Blah", bulletText="a)",
> style=body_style)
> or
> para = Paragraph("This is bulleted text.", style=body_style,
> bulletText="\xe2\x80\xa2")
>
> Hint: Don't just read the documentation, also look at the tests folder
> (unfortunately not included in the Windows installer).
>
> Henning
>
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20081013/163c3bb5/attachment.html>
More information about the reportlab-users
mailing list