beginpagelayouteventargs-ag凯发旗舰厅



com.spire.pdf.graphics
class beginpagelayouteventargs

java.lang.object
  extended by com.spire.ms.system.eventargs
      extended by 
          extended by com.spire.pdf.graphics.beginpagelayouteventargs

public class beginpagelayouteventargs
extends

data for event before lay outing of the page.


constructor summary
beginpagelayouteventargs(java.awt.geom.rectangle2d bounds, pdfpagebase page)
          initializes a new instance of the class.
beginpagelayouteventargs(com.spire.ms.system.drawing.rectanglef bounds, pdfpagebase page)
          initializes a new instance of the class.
 
method summary
 java.awt.geom.rectangle2d getbounds()
          gets or sets value that indicates the lay outing bounds on the page.
 pdfpagebase getpage()
          gets the page where the lay outing should start.
 void setbounds(java.awt.geom.rectangle2d value)
           
 
constructor detail

beginpagelayouteventargs

public beginpagelayouteventargs(com.spire.ms.system.drawing.rectanglef bounds,
                                pdfpagebase page)
initializes a new instance of the class.
parameters:
bounds - the bounds.
page - the page.

beginpagelayouteventargs

public beginpagelayouteventargs(java.awt.geom.rectangle2d bounds,
                                pdfpagebase page)
initializes a new instance of the class.
parameters:
bounds - the bounds.
page - the page.
method detail

getbounds

public java.awt.geom.rectangle2d getbounds()
gets or sets value that indicates the lay outing bounds on the page.

setbounds

public void setbounds(java.awt.geom.rectangle2d value)

getpage

public pdfpagebase getpage()
gets the page where the lay outing should start.


网站地图