src/reportlab/lib/enums.py
author robin
Wed, 27 Sep 2023 09:58:36 +0100
changeset 4807 f389b0fd3247
parent 4528 e09377955af8
permissions -rw-r--r--
fix log axis negative value error message

#Copyright ReportLab Europe Ltd. 2000-2017
#see license.txt for license details
#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/lib/enums.py
__version__='3.3.0'
__doc__="""
Container for constants. Hardly used!
"""
TA_LEFT = 0
TA_CENTER = 1
TA_RIGHT = 2
TA_JUSTIFY = 4