pdftextlayoutresult-ag凯发旗舰厅
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.