コード例 #1
0
ファイル: customflowables.py プロジェクト: ingob/mwlib.rl
 def __init__(self,flowables,maxHeight=None):
     self._content = _flowableSublist(flowables)
     self._maxHeight = maxHeight
コード例 #2
0
ファイル: elements.py プロジェクト: mortbauer/trml2pdf
 def __init__(self,flowables,maxHeight=None,brk='frame'):
     self._content = _flowableSublist(flowables)
     self._maxHeight = maxHeight
     self._state = 0
     self._brk = brk