com.spire.pdf.graphics
Class PdfLayoutResult

java.lang.Object
  extended by com.spire.pdf.graphics.PdfLayoutResult
Direct Known Subclasses:
PdfTableLayoutResult, PdfTextLayoutResult

public class PdfLayoutResult
extends java.lang.Object

Represents the layouting result settings.


Constructor Summary
PdfLayoutResult(PdfPageBase page, java.awt.geom.Rectangle2D bounds)
           
 
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.
 

Constructor Detail

PdfLayoutResult

public PdfLayoutResult(PdfPageBase page,
                       java.awt.geom.Rectangle2D bounds)
Method Detail

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