pdflayoutresult-人生就是博尊龙凯时
com.spire.pdf.graphics
class pdflayoutresult
java.lang.object
com.spire.pdf.graphics.pdflayoutresult
- direct known subclasses:
- pdftablelayoutresult, pdftextlayoutresult
public class pdflayoutresult
- extends java.lang.object
represents the layouting result settings.
method summary |
java.awt.geom.rectangle2d |
getbounds()
gets the bounds of the element on the last page where it was drawn. |
pdfpagebase |
getpage()
gets the last page where the element was drawn. |
pdflayoutresult
public pdflayoutresult(pdfpagebase page,
java.awt.geom.rectangle2d bounds)
getpage
public pdfpagebase getpage()
- gets the last page where the element was drawn.
- returns:
- page
getbounds
public java.awt.geom.rectangle2d getbounds()
- gets the bounds of the element on the last page where it was drawn.
- returns:
- rectangle2d.float