com.pdfjet
Class Text
java.lang.Object
com.pdfjet.Text
public class Text
- extends java.lang.Object
Please see Example_45
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Text
public Text(java.util.List<Paragraph> paragraphs)
throws java.lang.Exception
- Throws:
java.lang.Exception
setLocation
public Text setLocation(float x,
float y)
setWidth
public Text setWidth(float w)
setLeading
public Text setLeading(float leading)
setParagraphLeading
public Text setParagraphLeading(float paragraphLeading)
getBeginParagraphPoints
public java.util.List<float[]> getBeginParagraphPoints()
getEndParagraphPoints
public java.util.List<float[]> getEndParagraphPoints()
setSpaceBetweenTextLines
public Text setSpaceBetweenTextLines(float spaceBetweenTextLines)
drawOn
public float[] drawOn(Page page)
throws java.lang.Exception
- Throws:
java.lang.Exception
drawOn
public float[] drawOn(Page page,
boolean draw)
throws java.lang.Exception
- Throws:
java.lang.Exception
drawTextLine
public float[] drawTextLine(Page page,
float x_text,
float y_text,
TextLine textLine,
boolean draw)
throws java.lang.Exception
- Throws:
java.lang.Exception