com.spire.pdf.graphics
Class PdfTextLayoutResult
java.lang.Object
com.spire.pdf.graphics.PdfLayoutResult
com.spire.pdf.graphics.PdfTextLayoutResult
public class PdfTextLayoutResult
- extends PdfLayoutResult
Represents the text lay outing result settings.
Constructor Summary |
PdfTextLayoutResult(PdfPageBase page,
java.awt.geom.Rectangle2D bounds,
java.lang.String remainder,
java.awt.geom.Rectangle2D lastLineBounds)
|
Method Summary |
java.awt.geom.Rectangle2D |
getLastLineBounds()
Gets a value that indicates the bounds of the last line that was printed on the page. |
java.lang.String |
getRemainder()
Gets a value that contains the text that was not printed. |
PdfTextLayoutResult
public PdfTextLayoutResult(PdfPageBase page,
java.awt.geom.Rectangle2D bounds,
java.lang.String remainder,
java.awt.geom.Rectangle2D lastLineBounds)
getRemainder
public java.lang.String getRemainder()
- Gets a value that contains the text that was not printed.
getLastLineBounds
public java.awt.geom.Rectangle2D getLastLineBounds()
- Gets a value that indicates the bounds of the last line that was printed on the page.