|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.EventArgs
com.spire.pdf.graphics.PdfCancelEventArgs
com.spire.pdf.graphics.BeginPageLayoutEventArgs
public class BeginPageLayoutEventArgs
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 |
---|
public BeginPageLayoutEventArgs(com.spire.ms.System.Drawing.RectangleF bounds, PdfPageBase page)
bounds
- The bounds.page
- The page.public BeginPageLayoutEventArgs(java.awt.geom.Rectangle2D bounds, PdfPageBase page)
bounds
- The bounds.page
- The page.Method Detail |
---|
public java.awt.geom.Rectangle2D getBounds()
public void setBounds(java.awt.geom.Rectangle2D value)
public PdfPageBase getPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |