author | rgbecker |
Thu, 17 Jun 2004 15:26:05 +0000 | |
changeset 2332 | 2a7ab4405e18 |
parent 1683 | 7fa753e4420a |
permissions | -rw-r--r-- |
#Copyright ReportLab Europe Ltd. 2000-2004 #see license.txt for license details #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/enums.py __version__=''' $Id$ ''' __doc__=""" holder for all reportlab's enumerated types """ TA_LEFT = 0 TA_CENTER = 1 TA_RIGHT = 2 TA_JUSTIFY = 4