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.