com.spire.pdf.graphics
Class PdfLayoutResult
java.lang.Object
   com.spire.pdf.graphics.PdfLayoutResult
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