> Hi, > > I was looking at some of the border issues and would like to ask for a > little clarification of which of area rectangle that is described by > Block.getHeight and Block.getWidth.
I think the intention was that it is the allocation width and height, the content is then calculated from the border, padding and indents. So the width and height is the external values for use by other elements for example when working out the ipd or bpd used by the area. > http://www.w3.org/TR/2001/REC-xsl-20011015/slice4.html#area-geo > > From looking at the layout managers it seems to specify the content > rectangle but the border code in PDFRendere interprets the values as the > allocation rectangle. > > I would guess that that values should be the size of content rectangle. > > regards, > finn