author | robin |
Thu, 27 Sep 2012 14:39:39 +0000 | |
changeset 3617 | ae5744e97c42 |
parent 3029 | eded59f94021 |
child 4252 | fe660f227cac |
permissions | -rw-r--r-- |
#Copyright ReportLab Europe Ltd. 2000-2012 #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__=""" Container for constants. Hardly used! """ TA_LEFT = 0 TA_CENTER = 1 TA_RIGHT = 2 TA_JUSTIFY = 4