pdfstringlayoutresult-ag凯发旗舰厅



com.spire.pdf.graphics
class pdfstringlayoutresult

java.lang.object
  extended by com.spire.pdf.graphics.pdfstringlayoutresult

public class pdfstringlayoutresult
extends java.lang.object

layouter result.


constructor summary
pdfstringlayoutresult()
           
 
method summary
 java.awt.geom.dimension2d getactualsize()
          gets the actual layouted text bounds
 float getlineheight()
          gets the height of the line.
 lineinfo[] getlines()
          gets layouted lines information.
 java.lang.string getremainder()
          gets the text which is not layouted
 
constructor detail

pdfstringlayoutresult

public pdfstringlayoutresult()
method detail

getremainder

public java.lang.string getremainder()
gets the text which is not layouted

getactualsize

public java.awt.geom.dimension2d getactualsize()
gets the actual layouted text bounds

getlines

public lineinfo[] getlines()
gets layouted lines information.

getlineheight

public float getlineheight()
gets the height of the line.


网站地图