com.spire.pdf.graphics
Class LineInfo

java.lang.Object
  extended by com.spire.pdf.graphics.LineInfo

public class LineInfo
extends java.lang.Object

Contains information about the line.


Constructor Summary
LineInfo()
           
 
Method Summary
 java.util.EnumSet<LineType> getLineType()
          Gets width of the line text.
 java.lang.String getText()
          Gets line text.
 float getWidth()
          Gets width of the line text.
 

Constructor Detail

LineInfo

public LineInfo()
Method Detail

getLineType

public java.util.EnumSet<LineType> getLineType()
Gets width of the line text.


getText

public java.lang.String getText()
Gets line text.


getWidth

public float getWidth()
Gets width of the line text.