1 #copyright ReportLab Inc. 2000 |
1 #copyright ReportLab Inc. 2000 |
2 #see license.txt for license details |
2 #see license.txt for license details |
3 #history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/reportlab/platypus/__init__.py?cvsroot=reportlab |
3 #history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/reportlab/platypus/__init__.py?cvsroot=reportlab |
4 #$Header: /tmp/reportlab/reportlab/platypus/__init__.py,v 1.15 2002/07/24 19:56:38 andy_robinson Exp $ |
4 #$Header: /tmp/reportlab/reportlab/platypus/__init__.py,v 1.16 2003/11/09 00:54:22 andy_robinson Exp $ |
5 __version__=''' $Id: __init__.py,v 1.15 2002/07/24 19:56:38 andy_robinson Exp $ ''' |
5 __version__=''' $Id: __init__.py,v 1.16 2003/11/09 00:54:22 andy_robinson Exp $ ''' |
6 __doc__='' |
6 __doc__='' |
7 from reportlab.platypus.flowables import Flowable, Image, Macro, PageBreak, Preformatted, Spacer, XBox, \ |
7 from reportlab.platypus.flowables import Flowable, Image, Macro, PageBreak, Preformatted, Spacer, XBox, \ |
8 CondPageBreak, KeepTogether |
8 CondPageBreak, KeepTogether, TraceInfo, FailOnWrap, FailOnDraw |
9 from reportlab.platypus.paragraph import Paragraph, cleanBlockQuotedText, ParaLines |
9 from reportlab.platypus.paragraph import Paragraph, cleanBlockQuotedText, ParaLines |
10 from reportlab.platypus.paraparser import ParaFrag |
10 from reportlab.platypus.paraparser import ParaFrag |
11 from reportlab.platypus.tables import Table, TableStyle, CellStyle |
11 from reportlab.platypus.tables import Table, TableStyle, CellStyle |
12 from reportlab.platypus.frames import Frame |
12 from reportlab.platypus.frames import Frame |
13 from reportlab.platypus.doctemplate import BaseDocTemplate, NextPageTemplate, PageTemplate, ActionFlowable, \ |
13 from reportlab.platypus.doctemplate import BaseDocTemplate, NextPageTemplate, PageTemplate, ActionFlowable, \ |