import HTMLgen
class Paragraph def __init__(self, text='', **kw) def __repr__(self) def append(self, text) def markup(self, rex= None, classobj=None, kw=None)
alias Para = Paragraph
Takes a single string/object argument and the optional
keyword argument
align
which may be one of (left, right,
center). Not to be confused with class P. That is
just for inserting a para break.
Adds text (or any object) onto the end of object.
Markup the text with a given regex with a given tag class.
**[EXPERIMENTAL]**
Paragraph('Some text to center', align='center')
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996