pdftextlayoutresult-ag凯发旗舰厅



com.spire.pdf.graphics
class pdftextlayoutresult

java.lang.object
  extended by com.spire.pdf.graphics.pdflayoutresult
      extended by 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.
 
methods inherited from class com.spire.pdf.graphics.pdflayoutresult
getbounds, getpage
 
constructor detail

pdftextlayoutresult

public pdftextlayoutresult(pdfpagebase page,
                           java.awt.geom.rectangle2d bounds,
                           java.lang.string remainder,
                           java.awt.geom.rectangle2d lastlinebounds)
method detail

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.


网站地图