The standard formatter.
This implementation has demonstrated wide applicability to many
writers, and may be used directly in most circumstances. It has been
used to implement a full-featured World Wide Web browser.
|
|
|
|
|
| end_paragraph(self,
blankline) |
|
|
|
|
|
|
|
| add_hor_rule(self,
*args,
**kw) |
|
|
|
|
| add_label_data(self,
format,
counter,
blankline=None) |
|
|
|
|
| format_counter(self,
format,
counter) |
|
|
|
|
| format_letter(self,
case,
counter) |
|
|
|
|
| format_roman(self,
case,
counter) |
|
|
|
|
| add_flowing_data(self,
data) |
|
|
|
|
| add_literal_data(self,
data) |
|
|
|
|
|
|
|
| push_alignment(self,
align) |
|
|
|
|
|
|
|
| push_font(self,
(size, i, b, tt)) |
|
|
|
|
|
|
|
| push_margin(self,
margin) |
|
|
|
|
|
|
|
| set_spacing(self,
spacing) |
|
|
|
|
| push_style(self,
*styles) |
|
|
|
|
|
|
|
| assert_line_data(self,
flag=1) |
|
|