|
|
|
|
|
|
|
|
|
|
|
visit_paragraph(self,
layout)
enter a paragraph |
source code
|
|
|
|
|
|
|
visit_table(self,
layout)
display a table as text |
source code
|
|
|
|
default_table(self,
layout,
table_content,
cols_width)
format a table |
source code
|
|
|
|
field_table(self,
layout,
table_content,
cols_width)
special case for field table |
source code
|
|
|
|
visit_list(self,
layout)
display a list layout as text |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from BaseWriter:
compute_content,
end_format,
format,
format_children,
get_table_content,
write,
writeln
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|