Adding a point (or other symbol) after number in numbered list

6 views
Skip to first unread message

Alexander Zarubkin

unread,
Feb 16, 2024, 4:11:31 AMFeb 16
to reportlab-users
Hello,

My code creates a numbered list of visitors like this.
story = []
story.append(ListFlowable(visitors_list, bulletFontName='Times New Roman'))
document.build(story)

I noticed the numbered list does not contain dots after numbers (they look like 1, 2, 3). It would be nice to be able to append a dot or right parenthesis (or any other symbol) to numbers, so that they go like 1., 2., 3. or 1), 2), 3).

How do I do that?

Regards,
Alex.

Alexander Zarubkin

unread,
Feb 16, 2024, 4:17:46 AMFeb 16
to reportlab-users
I'm sorry, found that: bulletFormat argument to the ListFlowable.
Reply all
Reply to author
Forward
0 new messages