Contents   Class: Formatter
<<Method: Formatter.close<<   >>Method: Formatter.write_class_header>>

Method: Formatter.write_item

Synopsis: write_item( self, context, modeidentifier, itemname=None )

Related implementations in classes:
FormatterHTB, FormatterLaTeX

This is to write items in the modes "itemize", "enumerate", or "description" (as stated by argument modeidentifier). Argument itemname is a string used to provide a name for this item (cuurently only relevant for "description"). Note, that itemname contains underscores "_" instead of white spaces.

Refer also to write_mode( ).

Parameter context is an instance of class FormattingContext describing the current context of the documentation.



Elements:

none

 

Generated by pymanual (c) 2005-2006 on August 02, 2006.