mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 01:12:16 +00:00
Added printing requirements
This commit is contained in:
17
reportlab/platypus/__init__.py
Normal file
17
reportlab/platypus/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
#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/platypus/__init__.py
|
||||
__version__=''' $Id$ '''
|
||||
__doc__='''Page Layout and Typography Using Scripts" - higher-level framework for flowing documents'''
|
||||
|
||||
from reportlab.platypus.flowables import Flowable, Image, Macro, PageBreak, Preformatted, Spacer, XBox, \
|
||||
CondPageBreak, KeepTogether, TraceInfo, FailOnWrap, FailOnDraw, PTOContainer, \
|
||||
KeepInFrame, ParagraphAndImage, ImageAndFlowables, ListFlowable, ListItem, FrameBG, \
|
||||
PageBreakIfNotEmpty
|
||||
from reportlab.platypus.paragraph import Paragraph, cleanBlockQuotedText, ParaLines
|
||||
from reportlab.platypus.paraparser import ParaFrag
|
||||
from reportlab.platypus.tables import Table, TableStyle, CellStyle, LongTable
|
||||
from reportlab.platypus.frames import Frame
|
||||
from reportlab.platypus.doctemplate import BaseDocTemplate, NextPageTemplate, PageTemplate, ActionFlowable, \
|
||||
SimpleDocTemplate, FrameBreak, PageBegin, Indenter, NotAtTopPageBreak
|
||||
from reportlab.platypus.xpreformatted import XPreformatted
|
||||
Reference in New Issue
Block a user