[reportlab-users] Querying left over space
Robin Becker
robin at reportlab.com
Tue Sep 15 04:46:10 EDT 2009
Mike Driscoll wrote:
........
>> #DRAW THE FLOWABLE AT self._x, y
>>
>> if you ignore the space before stuff then effectively the vertical
>> space remaining is
>> activeFrame._y - activeFrame._y1p
>>
>> hope this helps.
>
> Hmmm...not sure how to use this, but will try to figure it out. Do I
> create a frame object to grab that information from?
>
if your SimpleDocTemplate instance is doc
then try
doc.frame._y - doc.frame._y1p
--
Robin Becker
More information about the reportlab-users
mailing list