| Home | Trees | Index | Help |
|---|
|
|
Formatter --+
|
HtmlFormatter
|
|||
|
__init__(self,
output_file=sys.stdout)
Create a new HTML formatter. |
|||
|
End(self)
End the processed text document. |
|||
|
WriteText(self,
text)
Write ordinary text. |
|||
|
StartList(self,
type)
Start a list environment of type 'type'. |
|||
|
EndList(self,
type)
End a list environment of type 'type'. |
|||
|
StartItem(self,
type,
label=None)
Begin an element to the environment of type 'type'. |
|||
|
FinishDefinedTerm(self)
Finish the definition of a term in a definition list. |
|||
|
EndItem(self,
type)
End an element in the environment of type 'type'. |
|||
|
StartStyle(self,
style)
Start a new text style 'style'. |
|||
|
EndStyle(self,
style)
End the text style 'style'. |
|||
|
StartLink(self,
target)
Being a hyperlink to 'target'. |
|||
|
EndLink(self)
End a hyperlink. |
|||
| __Write(self, text) | |||
|
|||
| __start_list_tags | |||
| __end_list_tags | |||
| __start_item_tags | |||
| __end_item_tags | |||
| __start_style_tags | |||
| __end_style_tags | |||
|
|||
Create a new HTML formatter. 'output_file' -- A file object to which HTML source is written. |
|
|
|
|
Begin an element to the environment of type 'type'. 'label' -- If type is "ordered list", this is the label for this list element. |
|
|
|
|
|
|
|
|
|||
__start_list_tags
|
__end_list_tags
|
__start_item_tags
|
__end_item_tags
|
__start_style_tags
|
__end_style_tags
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:31 2007 | http://epydoc.sf.net |