Creates a new Paragraph object
Parameters | text | The paragraph text. You can use the same features available on reportlab's
Paragraph.
(type: basestring
) |
| style | a string or ParagraphStyle instance representing the paragraph style. If
you do use a string, it'll be searched in the styles provided by
default_style module.
(type: object
) |
| ellipsis | Define if the paragraph must use ellipsis when the text doesn't fits in the
available width. If not set, reportlab will try break the text into
multiple lines (which can be fail if the text haven't the required amount
of space chars)
(type: bool
) |