Simple writer class which writes output on the file object passed in as the file parameter or, if file is omitted, on standard output. The output is simply word-wrapped to the number of columns specified by the maxcol parameter. This class is suitable for reflowing a sequence of paragraphs.
There are no implemented interfaces.
There are no attributes in this class.
flush()
new_alignment(align)
new_font(font)
new_margin(margin, level)
new_spacing(spacing)
new_styles(styles)
reset()
send_flowing_data(data)
send_hor_rule(*args, **kw)
send_label_data(data)
send_line_break()
send_literal_data(data)
send_paragraph(blankline)
There are no known subclasses.